Skip to content

Commit

Permalink
Upgrade to PHP 8.2.24, 8.3.12, 8.4.0RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Sep 26, 2024
1 parent 1a86202 commit ead39c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.23
ARG VERSION_PHP=8.2.24


# 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.11
ARG VERSION_PHP=8.3.12


# Lambda uses a custom AMI named Amazon Linux 2
Expand Down
4 changes: 2 additions & 2 deletions php-84/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
ARG IMAGE_VERSION_SUFFIX

# https://www.php.net/downloads
ARG RELEASE_USER_PHP=calvinb
ARG VERSION_PHP=8.4.0beta5
ARG RELEASE_USER_PHP=saki
ARG VERSION_PHP=8.4.0RC1


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

0 comments on commit ead39c8

Please sign in to comment.