File tree 3 files changed +4
-6
lines changed
3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 4
4
ARG IMAGE_VERSION_SUFFIX
5
5
6
6
# https://www.php.net/downloads
7
- ARG VERSION_PHP=8.1.25
7
+ ARG VERSION_PHP=8.1.26
8
8
9
9
10
10
# Lambda uses a custom AMI named Amazon Linux 2
Original file line number Diff line number Diff line change 4
4
ARG IMAGE_VERSION_SUFFIX
5
5
6
6
# https://www.php.net/downloads
7
- ARG VERSION_PHP=8.2.12
7
+ ARG VERSION_PHP=8.2.13
8
8
9
9
10
10
# Lambda uses a custom AMI named Amazon Linux 2
Original file line number Diff line number Diff line change 4
4
ARG IMAGE_VERSION_SUFFIX
5
5
6
6
# https://www.php.net/downloads
7
- ARG DOWNLOAD_USER=eric
8
- ARG VERSION_PHP=8.3.0RC6
7
+ ARG VERSION_PHP=8.3.0
9
8
10
9
11
10
# Lambda uses a custom AMI named Amazon Linux 2
@@ -382,9 +381,8 @@ WORKDIR ${PHP_BUILD_DIR}
382
381
# --location will follow redirects
383
382
# --silent will hide the progress, but also the errors: we restore error messages with --show-error
384
383
# --fail makes sure that curl returns an error instead of fetching the 404 page
385
- ARG DOWNLOAD_USER
386
384
ARG VERSION_PHP
387
- RUN curl --location --silent --show-error --fail https://downloads .php.net/~${DOWNLOAD_USER} /php-${VERSION_PHP}.tar.gz \
385
+ RUN curl --location --silent --show-error --fail https://www .php.net/get /php-${VERSION_PHP}.tar.gz/from/this/mirror \
388
386
| tar xzC . --strip-components=1
389
387
390
388
# Configure the build
You can’t perform that action at this time.
0 commit comments