diff options
author | 2018-07-29 21:09:13 +0200 | |
---|---|---|
committer | 2018-07-29 21:09:13 +0200 | |
commit | ef755400f9d635ceea274b84194688d67ac2f604 (patch) | |
tree | 018cec752b64a1e614d5e759259b25fba199e977 /docker/Dockerfile.webapp | |
parent | upgrade alpine to 3.8 and python to 3.6.6, remove old tests also cache pipenv (diff) |
go back to alpine 3.7 until I get around to compiling nsjail for 3.8
Diffstat (limited to 'docker/Dockerfile.webapp')
-rw-r--r-- | docker/Dockerfile.webapp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile.webapp b/docker/Dockerfile.webapp index 5546977..988926d 100644 --- a/docker/Dockerfile.webapp +++ b/docker/Dockerfile.webapp @@ -1,4 +1,4 @@ -FROM python:3.6.6-alpine3.8 +FROM python:3.6.6-alpine3.7 RUN apk add --update tini RUN apk add --update build-base |