Update python image to 3.7

This commit is contained in:
Nicolas Stefani 2019-09-29 09:41:13 -03:00
parent 214c288718
commit 7d0f8606ed
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.6-alpine
FROM python:3.7-alpine
ENV PYTHONUNBUFFERED 1

View File

@ -9,7 +9,7 @@ RUN npm run build
# Python build stage
{%- endif %}
FROM python:3.6-alpine
FROM python:3.7-alpine
ENV PYTHONUNBUFFERED 1