File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44ARG IMAGE_VERSION_SUFFIX
55
66# https://www.php.net/downloads
7- ARG VERSION_PHP=8.3.24
7+ ARG VERSION_PHP=8.3.25
88
99
1010# Lambda uses a custom AMI named Amazon Linux 2023
Original file line number Diff line number Diff line change 44ARG IMAGE_VERSION_SUFFIX
55
66# https://www.php.net/downloads
7- ARG VERSION_PHP=8.4.11
7+ ARG VERSION_PHP=8.4.12
88
99
1010# Lambda uses a custom AMI named Amazon Linux 2023
Original file line number Diff line number Diff line change 44ARG IMAGE_VERSION_SUFFIX
55
66# https://www.php.net/downloads
7- ARG VERSION_PHP=8.5.0beta1
7+ ARG VERSION_PHP=8.5.0beta2
88
99
1010# Lambda uses a custom AMI named Amazon Linux 2023
@@ -113,7 +113,7 @@ WORKDIR ${PHP_BUILD_DIR}
113113# --silent will hide the progress, but also the errors: we restore error messages with --show-error
114114# --fail makes sure that curl returns an error instead of fetching the 404 page
115115ARG VERSION_PHP
116- RUN curl --location --silent --show-error --fail https://downloads.php.net/~edorian /php-${VERSION_PHP}.tar.gz \
116+ RUN curl --location --silent --show-error --fail https://downloads.php.net/~daniels /php-${VERSION_PHP}.tar.gz \
117117 | tar xzC . --strip-components=1
118118
119119# Configure the build
You can’t perform that action at this time.
0 commit comments