Skip to content

Commit 0f1d6a4

Browse files
PHP 8.0.30, 8.1.22, 8.2.9, 8.3.0beta2
1 parent b841b0d commit 0f1d6a4

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)