updating the python version we use for the docker contianer
This commit is contained in:
parent
2a5cdb5edc
commit
0b35a5b7c2
@ -1,4 +1,4 @@
|
||||
FROM python:3.6.2-alpine3.6
|
||||
FROM python:3.6-alpine3.9
|
||||
ADD app/requirements.txt /requirements.txt
|
||||
RUN apk update && \
|
||||
apk add --no-cache docker && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user