aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--docker/Dockerfile.webapp2
-rw-r--r--docker/base.Dockerfile2
-rw-r--r--docker/ci.Dockerfile2
3 files changed, 3 insertions, 3 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
diff --git a/docker/base.Dockerfile b/docker/base.Dockerfile
index 6787283..cdbd98e 100644
--- a/docker/base.Dockerfile
+++ b/docker/base.Dockerfile
@@ -1,4 +1,4 @@
-FROM python:3.6.6-alpine3.8
+FROM python:3.6.6-alpine3.7
RUN apk add --no-cache libstdc++ protobuf
RUN apk add --update build-base
diff --git a/docker/ci.Dockerfile b/docker/ci.Dockerfile
index 2163ffb..0d654fd 100644
--- a/docker/ci.Dockerfile
+++ b/docker/ci.Dockerfile
@@ -1,4 +1,4 @@
-FROM python:3.6.6-alpine3.8
+FROM python:3.6.6-alpine3.7
RUN apk add --no-cache libstdc++ protobuf build-base docker