aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh2
-rw-r--r--portage.Dockerfile2
-rw-r--r--stage3.Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/build.sh b/build.sh
index 986ab81..fcc8b12 100755
--- a/build.sh
+++ b/build.sh
@@ -22,7 +22,7 @@ ORG=${ORG:-gentoo}
# x86 requires the i686 subfolder
if [[ "${ARCH}" == "x86" ]]; then
MICROARCH="i686"
- BOOTSTRAP="multiarch/alpine:x86-v3.6"
+ BOOTSTRAP="multiarch/alpine:x86-v3.7"
else
MICROARCH="${ARCH}"
fi
diff --git a/portage.Dockerfile b/portage.Dockerfile
index 95856c5..4c0dcf7 100644
--- a/portage.Dockerfile
+++ b/portage.Dockerfile
@@ -6,7 +6,7 @@
# As gpg keyservers sometimes are unreliable, we use multiple gpg server pools
# to fetch the signing key.
-FROM alpine:3.6 as builder
+FROM alpine:3.7 as builder
WORKDIR /portage
diff --git a/stage3.Dockerfile b/stage3.Dockerfile
index 399ad04..23db06a 100644
--- a/stage3.Dockerfile
+++ b/stage3.Dockerfile
@@ -7,7 +7,7 @@
# to fetch the signing key.
ARG BOOTSTRAP
-FROM ${BOOTSTRAP:-alpine:3.6} as builder
+FROM ${BOOTSTRAP:-alpine:3.7} as builder
WORKDIR /gentoo