diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-06-23 14:02:21 +0200 |
---|---|---|
committer | Manuel Rüger <manuel@rueg.eu> | 2017-06-23 14:03:25 +0200 |
commit | f2f391f4f91cccc6033501468dcc170a76a136ff (patch) | |
tree | 41104e56e29e77516ecfd7aa9f310aed60c77435 | |
parent | Update builder image to alpine:3.6 (diff) | |
download | docker-images-f2f391f4f91cccc6033501468dcc170a76a136ff.tar.gz docker-images-f2f391f4f91cccc6033501468dcc170a76a136ff.tar.bz2 docker-images-f2f391f4f91cccc6033501468dcc170a76a136ff.zip |
Update multiarch to alpine-3.6
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |