aboutsummaryrefslogtreecommitdiffstats
path: root/docker/Dockerfile.webapp
diff options
context:
space:
mode:
authorGravatar Christopher Baklid <[email protected]>2018-07-29 21:09:13 +0200
committerGravatar Christopher Baklid <[email protected]>2018-07-29 21:09:13 +0200
commitef755400f9d635ceea274b84194688d67ac2f604 (patch)
tree018cec752b64a1e614d5e759259b25fba199e977 /docker/Dockerfile.webapp
parentupgrade 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.webapp2
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