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 822ee1b commit d3ac8c0Copy full SHA for d3ac8c0
simple-example/Dockerfile
@@ -1,7 +1,7 @@
1
# based on this example
2
# https://github.com/aws/aws-lambda-python-runtime-interface-client/blob/970e9c1d2613e0ce9c388547c76ac30992ad0e96/README.md
3
4
-FROM public.ecr.aws/docker/library/python:3.12.5-slim-bookworm as build-image
+FROM public.ecr.aws/docker/library/python:3.13.0-slim-bookworm as build-image
5
6
# Install aws-lambda-cpp build dependencies (for awslambdaric)
7
RUN apt-get update && \
@@ -26,7 +26,7 @@ RUN python3 -m pip install -U --no-cache-dir pip setuptools wheel && \
26
--target /src \
27
awslambdaric boto3
28
29
-FROM public.ecr.aws/docker/library/python:3.12.5-slim-bookworm
+FROM public.ecr.aws/docker/library/python:3.13.0-slim-bookworm
30
31
WORKDIR /src
32
0 commit comments