Remove python minor version fix

This commit is contained in:
Pavle Portic 2019-03-23 05:24:14 +01:00
parent 34404feabd
commit 38dacfca13
Signed by: TheEdgeOfRage
GPG Key ID: 6758ACE46AA2A849
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# vim: set ft=dockerfile :
FROM python:3.7-alpine
FROM python:3-alpine
COPY backend /app
COPY parser /app/parser