Skip to content

Commit c1951d3

Browse files
authored
Merge pull request #207 from GrahamCampbell/upgrade-php-2
Upgrade to PHP 8.2.24, 8.3.12, 8.4.0RC1
2 parents 1a86202 + ead39c8 commit c1951d3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

php-82/Dockerfile

+1-1
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.2.23
7+
ARG VERSION_PHP=8.2.24
88

99

1010
# Lambda uses a custom AMI named Amazon Linux 2

php-83/Dockerfile

+1-1
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.11
7+
ARG VERSION_PHP=8.3.12
88

99

1010
# Lambda uses a custom AMI named Amazon Linux 2

php-84/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
ARG IMAGE_VERSION_SUFFIX
55

66
# https://www.php.net/downloads
7-
ARG RELEASE_USER_PHP=calvinb
8-
ARG VERSION_PHP=8.4.0beta5
7+
ARG RELEASE_USER_PHP=saki
8+
ARG VERSION_PHP=8.4.0RC1
99

1010

1111
# Lambda uses a custom AMI named Amazon Linux 2

0 commit comments

Comments
 (0)