Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0dd747b

Browse files
committed
Update amazonlinux image version to match currently supported lambda.
1 parent 1e92f48 commit 0dd747b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

dockerfile.buildphp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Compile PHP with static linked dependencies
22
# to create a single running binary
33

4-
FROM amazonlinux
4+
# If things are not working, check the version below (2017.03.1.20170812)
5+
# matches the lambda runtime specified here:
6+
# https://docs.aws.amazon.com/lambda/latest/dg/current-supported-versions.html
7+
8+
FROM amazonlinux:2017.03.1.20170812
59

610
ARG PHP_VERSION
711

0 commit comments

Comments
 (0)