Skip to content

Commit

Permalink
Merge pull request #207 from GrahamCampbell/upgrade-php-2
Browse files Browse the repository at this point in the history
Upgrade to PHP 8.2.24, 8.3.12, 8.4.0RC1
  • Loading branch information
mnapoli authored Sep 26, 2024
2 parents 1a86202 + ead39c8 commit c1951d3
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 c1951d3

Please sign in to comment.