Skip to content

Commit

Permalink
Merge pull request #199 from GrahamCampbell/php-upgrade
Browse files Browse the repository at this point in the history
Bump PHP to 8.2.23, 8.3.11, 8.4.0beta4
  • Loading branch information
mnapoli authored Aug 30, 2024
2 parents f8f4894 + 89bde31 commit 162813d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion php-82/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
ARG IMAGE_VERSION_SUFFIX

# https://www.php.net/downloads
ARG VERSION_PHP=8.2.22
ARG VERSION_PHP=8.2.23


# Lambda uses a custom AMI named Amazon Linux 2
Expand Down
2 changes: 1 addition & 1 deletion php-83/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
ARG IMAGE_VERSION_SUFFIX

# https://www.php.net/downloads
ARG VERSION_PHP=8.3.10
ARG VERSION_PHP=8.3.11


# Lambda uses a custom AMI named Amazon Linux 2
Expand Down
2 changes: 1 addition & 1 deletion php-84/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG IMAGE_VERSION_SUFFIX

# https://www.php.net/downloads
ARG RELEASE_USER_PHP=saki
ARG VERSION_PHP=8.4.0alpha4
ARG VERSION_PHP=8.4.0beta4


# Lambda uses a custom AMI named Amazon Linux 2
Expand Down

0 comments on commit 162813d

Please sign in to comment.