diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-03-23 18:18:58 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-03-23 18:52:36 +0100 |
commit | 27f4d5ea74a2ad2cd629f80ea411ac02060657ba (patch) | |
tree | 65a603d8692a030d91f92bcbd6615289a7960d90 | |
parent | 2af7ff5d20df2c7c451ccaaec3bf0c299bae4d89 (diff) |
Update Alpine tag in build.sh
It completes the previous commit updating Alpine.
Change-Id: Ic7bb294eeebad360278dcb75f841efec8e87c03b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 8629e7e49e555f83f3c178b44bf10e74c8997c48)
-rw-r--r-- | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ build_opts=(--pull=true --no-cache --force-rm=true) for arch in ${arch};do if [[ ${arch} == arm64 ]]; then find . -name Dockerfile -exec sed -i \ - -e "s|alpine:3.8|multiarch/alpine:arm64-v3.8|g" {} + + -e "s|alpine:3.9|multiarch/alpine:arm64-v3.9|g" {} + fi (cd docker && docker build "${build_opts[@]}" \ -t "${repo}/${image}:${arch}-${tag}" .) |