Skip to content

Commit

Permalink
Upgrade PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Dec 19, 2024
1 parent 76e82d4 commit 5315d57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.26
ARG VERSION_PHP=8.2.27


# 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.14
ARG VERSION_PHP=8.3.15


# Lambda uses a custom AMI named Amazon Linux 2
Expand Down
2 changes: 1 addition & 1 deletion php-84/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.4.1
ARG VERSION_PHP=8.4.2


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

0 comments on commit 5315d57

Please sign in to comment.