Skip to content

Commit 5ffa1b6

Browse files
authored
Merge pull request #102 from GrahamCampbell/new-php
2 parents 0d15314 + 0f1d6a4 commit 5ffa1b6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

php-80/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
ARG IMAGE_VERSION_SUFFIX
55

66
# https://www.php.net/downloads
7-
ARG VERSION_PHP=8.0.29
7+
ARG VERSION_PHP=8.0.30
88

99

1010
# Lambda uses a custom AMI named Amazon Linux 2

php-81/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
ARG IMAGE_VERSION_SUFFIX
55

66
# https://www.php.net/downloads
7-
ARG VERSION_PHP=8.1.21
7+
ARG VERSION_PHP=8.1.22
88

99

1010
# Lambda uses a custom AMI named Amazon Linux 2

php-82/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
ARG IMAGE_VERSION_SUFFIX
55

66
# https://www.php.net/downloads
7-
ARG VERSION_PHP=8.2.8
7+
ARG VERSION_PHP=8.2.9
88

99

1010
# Lambda uses a custom AMI named Amazon Linux 2

php-83/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
ARG IMAGE_VERSION_SUFFIX
55

66
# https://www.php.net/downloads
7-
ARG DOWNLOAD_USER=eric
8-
ARG VERSION_PHP=8.3.0beta1
7+
ARG DOWNLOAD_USER=jakub
8+
ARG VERSION_PHP=8.3.0beta2
99

1010

1111
# Lambda uses a custom AMI named Amazon Linux 2

0 commit comments

Comments
 (0)