Skip to content

Commit

Permalink
Use newer version of php
Browse files Browse the repository at this point in the history
  • Loading branch information
RikudouSage committed Jan 27, 2024
1 parent cda5f6e commit a393eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM public.ecr.aws/lambda/provided:al2

ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib

ARG PHP_VERSION=8.3.2
ARG PHP_VERSION=8.2.15
ARG PYTHON_VERSION=3.9.18
SHELL ["/bin/bash", "-c"]

Expand Down

0 comments on commit a393eb3

Please sign in to comment.