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 d22bfb2 commit 6034e78Copy full SHA for 6034e78
filenameprocessor/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM public.ecr.aws/lambda/python:3.10 AS base
+FROM public.ecr.aws/lambda/python:3.11 AS base
2
3
# Create non-root user
4
RUN mkdir -p /home/appuser && \
filenameprocessor/batch.Dockerfile
-FROM public.ecr.aws/lambda/python:3.10 as base
+FROM public.ecr.aws/lambda/python:3.11 as base
RUN pip install "poetry~=1.5.0"
0 commit comments