Update docker file to pyton 3.8?

pull/1/head
Julius 2020-09-03 20:13:15 +02:00
parent c62a34142c
commit 45e8b61d5a
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.7-alpine
FROM python:3.8-alpine
WORKDIR /app