Skip to content

Commit

Permalink
Merge pull request #171 from GrahamCampbell/php-upgrades
Browse files Browse the repository at this point in the history
Upgrade PHP versions
  • Loading branch information
mnapoli authored Apr 12, 2024
2 parents 40e1707 + c6c7b6d commit 62d9366
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.27
ARG VERSION_PHP=8.1.28


# 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.17
ARG VERSION_PHP=8.2.18


# 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.4
ARG VERSION_PHP=8.3.6


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

0 comments on commit 62d9366

Please sign in to comment.