Skip to content

Commit

Permalink
Merge pull request #102 from GrahamCampbell/new-php
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli authored Aug 6, 2023
2 parents 0d15314 + 0f1d6a4 commit 5ffa1b6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion php-80/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.0.29
ARG VERSION_PHP=8.0.30


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


# 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.8
ARG VERSION_PHP=8.2.9


# 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.0beta1
ARG DOWNLOAD_USER=jakub
ARG VERSION_PHP=8.3.0beta2


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

0 comments on commit 5ffa1b6

Please sign in to comment.