Skip to content

Commit 13f1620

Browse files
authored
Update Dockerfile
1 parent 7abfbf5 commit 13f1620

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.10
1+
FROM python:3.10-bookworm
22

33
WORKDIR /app
44
COPY . /app
@@ -18,3 +18,4 @@ HEALTHCHECK CMD curl --fail http://localhost:5000 || exit 1
1818

1919
CMD python ./index.py
2020

21+

0 commit comments

Comments
 (0)