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 a30f60a commit 830fd13Copy full SHA for 830fd13
Dockerfile
@@ -1,6 +1,6 @@
1
ARG PY_VERSION=3.9
2
3
-FROM amazon/aws-lambda-python:$PY_VERSION as install-stage
+FROM amazon/aws-lambda-python:$PY_VERSION AS install-stage
4
5
# Declare it a second time so it's brought into this scope.
6
@@ -25,7 +25,7 @@ COPY src/py$PY_VERSION/ .
25
# underlying pip calls.
26
RUN pipenv sync --system --extra-pip-args="--no-cache-dir --target ${LAMBDA_TASK_ROOT}"
27
28
-FROM amazon/aws-lambda-python:$PY_VERSION as build-stage
+FROM amazon/aws-lambda-python:$PY_VERSION AS build-stage
29
30
###
31
# For a list of pre-defined annotation keys and value types see:
0 commit comments