Skip to content

Commit 0e47517

Browse files
authored
Update Python base images to use 'slim-trixie' (#1448)
1 parent 4679275 commit 0e47517

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

runtime/aws_lambda/Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Python 3.6
2-
#FROM python:3.6-slim-buster
2+
#FROM python:3.6-slim-trixie
33

44
# Python 3.7
5-
#FROM python:3.7-slim-buster
5+
#FROM python:3.7-slim-trixie
66

77
# Python 3.8
8-
#FROM python:3.8-slim-buster
8+
#FROM python:3.8-slim-trixie
99

1010
# Python 3.9
11-
#FROM python:3.9-slim-buster
11+
#FROM python:3.9-slim-trixie
1212

1313
# Python 3.10
14-
FROM python:3.10-slim-buster
14+
FROM python:3.10-slim-trixie
1515

1616
RUN apt-get update \
1717
# Install aws-lambda-cpp build dependencies
@@ -61,4 +61,4 @@ RUN unzip lithops_lambda.zip \
6161
# Put your dependencies here, using RUN pip install... or RUN apt install...
6262

6363
ENTRYPOINT [ "/usr/local/bin/python", "-m", "awslambdaric" ]
64-
CMD [ "handler.entry_point.lambda_handler" ]
64+
CMD [ "handler.entry_point.lambda_handler" ]

0 commit comments

Comments
 (0)