We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4679275 commit 0e47517Copy full SHA for 0e47517
1 file changed
runtime/aws_lambda/Dockerfile
@@ -1,17 +1,17 @@
1
# Python 3.6
2
-#FROM python:3.6-slim-buster
+#FROM python:3.6-slim-trixie
3
4
# Python 3.7
5
-#FROM python:3.7-slim-buster
+#FROM python:3.7-slim-trixie
6
7
# Python 3.8
8
-#FROM python:3.8-slim-buster
+#FROM python:3.8-slim-trixie
9
10
# Python 3.9
11
-#FROM python:3.9-slim-buster
+#FROM python:3.9-slim-trixie
12
13
# Python 3.10
14
-FROM python:3.10-slim-buster
+FROM python:3.10-slim-trixie
15
16
RUN apt-get update \
17
# Install aws-lambda-cpp build dependencies
@@ -61,4 +61,4 @@ RUN unzip lithops_lambda.zip \
61
# Put your dependencies here, using RUN pip install... or RUN apt install...
62
63
ENTRYPOINT [ "/usr/local/bin/python", "-m", "awslambdaric" ]
64
-CMD [ "handler.entry_point.lambda_handler" ]
+CMD [ "handler.entry_point.lambda_handler" ]
0 commit comments