Skip to content

Commit 0cb89cd

Browse files
authored
Update Dockerfile
update python 3.12
1 parent bc619a2 commit 0cb89cd

File tree

1 file changed

+2
-2
lines changed
  • typescript/aws-codepipeline-ecs-lambda/src

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM python:3.8-slim-buster
3+
FROM python:3.12-slim-buster
44

55
WORKDIR /flask-app
66

@@ -9,4 +9,4 @@ RUN pip3 install -r requirements.txt
99

1010
COPY flask-app/ .
1111

12-
CMD [ "python3", "app.py"]
12+
CMD [ "python3", "app.py"]

0 commit comments

Comments
 (0)