Skip to content

Commit

Permalink
Merge pull request #133 from GrahamCampbell/upgrade-php
Browse files Browse the repository at this point in the history
Upgrade to PHP 8.1.25, 8.2.12, and 8.3.0RC5
  • Loading branch information
mnapoli authored Oct 26, 2023
2 parents f057620 + e1d0690 commit e6ef008
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion php-81/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.1.24
ARG VERSION_PHP=8.1.25


# Lambda uses a custom AMI named Amazon Linux 2
Expand Down
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.11
ARG VERSION_PHP=8.2.12


# Lambda uses a custom AMI named Amazon Linux 2
Expand Down
4 changes: 2 additions & 2 deletions php-83/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 DOWNLOAD_USER=eric
ARG VERSION_PHP=8.3.0RC4
ARG DOWNLOAD_USER=jakub
ARG VERSION_PHP=8.3.0RC5


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

0 comments on commit e6ef008

Please sign in to comment.