aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-06-23 14:02:21 +0200
committerManuel Rüger <manuel@rueg.eu>2017-06-23 14:03:25 +0200
commitf2f391f4f91cccc6033501468dcc170a76a136ff (patch)
tree41104e56e29e77516ecfd7aa9f310aed60c77435
parentUpdate builder image to alpine:3.6 (diff)
downloaddocker-images-f2f391f4f91cccc6033501468dcc170a76a136ff.tar.gz
docker-images-f2f391f4f91cccc6033501468dcc170a76a136ff.tar.bz2
docker-images-f2f391f4f91cccc6033501468dcc170a76a136ff.zip
Update multiarch to alpine-3.6
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 233a802..9bb5782 100755
--- a/build.sh
+++ b/build.sh
@@ -18,7 +18,7 @@ ORG=${ORG:-gentoo}
# x86 requires the i686 subfolder
if [[ "${ARCH}" == "x86" ]]; then
MICROARCH="i686"
- BOOTSTRAP="multiarch/alpine:x86-v3.5"
+ BOOTSTRAP="multiarch/alpine:x86-v3.6"
else
MICROARCH="${ARCH}"
fi