mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-04-18 15:52:00 +03:00
Update python image to 3.7
This commit is contained in:
parent
214c288718
commit
7d0f8606ed
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.6-alpine
|
||||
FROM python:3.7-alpine
|
||||
|
||||
ENV PYTHONUNBUFFERED 1
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user