updating the python version we use for the docker contianer

This commit is contained in:
luke 2019-11-03 07:19:09 -08:00
parent 2a5cdb5edc
commit 0b35a5b7c2

View File

@ -1,4 +1,4 @@
FROM python:3.6.2-alpine3.6 FROM python:3.6-alpine3.9
ADD app/requirements.txt /requirements.txt ADD app/requirements.txt /requirements.txt
RUN apk update && \ RUN apk update && \
apk add --no-cache docker && \ apk add --no-cache docker && \