Skip to content

Commit f41893a

Browse files
authored
Merge pull request #180 from GrahamCampbell/upgrade-php
Upgrade PHP to 8.1.29, 8.2.20, 8.3.8
2 parents 0af22c1 + e3285d7 commit f41893a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

php-81/Dockerfile

+1-1
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.28
7+
ARG VERSION_PHP=8.1.29
88

99

1010
# Lambda uses a custom AMI named Amazon Linux 2

php-82/Dockerfile

+1-1
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.19
7+
ARG VERSION_PHP=8.2.20
88

99

1010
# Lambda uses a custom AMI named Amazon Linux 2

php-83/Dockerfile

+1-1
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.3.7
7+
ARG VERSION_PHP=8.3.8
88

99

1010
# Lambda uses a custom AMI named Amazon Linux 2

0 commit comments

Comments
 (0)