File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ARG IMAGE_VERSION_SUFFIX
55
66# https://www.php.net/downloads
77ARG DOWNLOAD_USER=jakub
8- ARG VERSION_PHP=8.3.0alpha3
8+ ARG VERSION_PHP=8.3.0beta1
99
1010
1111# Lambda uses a custom AMI named Amazon Linux 2
@@ -182,7 +182,7 @@ RUN cmake --build . --target install
182182# - libxml2
183183# Needed by:
184184# - curl
185- ENV VERSION_NGHTTP2=1.53.0
185+ ENV VERSION_NGHTTP2=1.55.1
186186ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2
187187RUN set -xe; \
188188 mkdir -p ${NGHTTP2_BUILD_DIR}; \
@@ -208,7 +208,7 @@ RUN make install
208208# # - libnghttp2
209209# # Needed by:
210210# # - php
211- ENV VERSION_CURL=8.1.2
211+ ENV VERSION_CURL=8.2.0
212212ENV CURL_BUILD_DIR=${BUILD_DIR}/curl
213213RUN set -xe; \
214214 mkdir -p ${CURL_BUILD_DIR}/bin; \
You can’t perform that action at this time.
0 commit comments