Skip to content

Commit

Permalink
Upgrade PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Apr 11, 2024
1 parent 5efdf48 commit c6c7b6d
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 c6c7b6d

Please sign in to comment.