Update docker file to pyton 3.8?
This commit is contained in:
parent
c62a34142c
commit
45e8b61d5a
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.7-alpine
|
||||
FROM python:3.8-alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
Loading…
Reference in a new issue