Skip to content

Commit fc0e29f

Browse files
committed
docker file updated to use different python aws images
1 parent 40de115 commit fc0e29f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# Base image is Python 3.8 provided by AWS Lambda in Docker Hub
2-
FROM public.ecr.aws/lambda/python:3.8
1+
ARG PYTHON_VERSION
2+
3+
# Base image is Python 3.X provided by AWS Lambda in Docker Hub
4+
FROM public.ecr.aws/lambda/python:${PYTHON_VERSION}
35

46
WORKDIR /app
57

0 commit comments

Comments
 (0)