Skip to content

Commit 0febd0b

Browse files
committed
feat(docker): update version of Python to 3.8
1 parent c81b989 commit 0febd0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.7.3-stretch
1+
FROM python:3.8-buster
22
WORKDIR /app
33

44
ENV FLASK_APP=api.py

0 commit comments

Comments
 (0)