Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e92f48 commit 0dd747bCopy full SHA for 0dd747b
dockerfile.buildphp
@@ -1,7 +1,11 @@
1
# Compile PHP with static linked dependencies
2
# to create a single running binary
3
4
-FROM amazonlinux
+# 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
9
10
ARG PHP_VERSION
11
0 commit comments