Skip to content

Commit 4522821

Browse files
authored
Merge pull request #286 from GrahamCampbell/upgrade-php-al2023
Upgrade PHP AL2023
2 parents 8389e2f + 05902a4 commit 4522821

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

php-83/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
ARG 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

php-84/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
ARG 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

php-85/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
ARG 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
115115
ARG 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

0 commit comments

Comments
 (0)