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 f0d1e3c commit a7c1908Copy full SHA for a7c1908
Dockerfile
@@ -1,6 +1,6 @@
1
ARG ARCH=
2
ARG PY_VERSION=3.9
3
-ARG BASE_IMAGE=public.ecr.aws/compose-x/python:${PY_VERSION}
+ARG BASE_IMAGE=public.ecr.aws/docker/library/python:${PY_VERSION}-slim
4
ARG LAMBDA_IMAGE=public.ecr.aws/lambda/python:latest
5
FROM $BASE_IMAGE as builder
6
0 commit comments