From 08d5847c96067d81fd71cf4bfff697dbe40425c4 Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Tue, 3 Mar 2020 10:52:06 +0100 Subject: [PATCH] feat: alpine v3.11 --- docker/version.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/version.sh b/docker/version.sh index ea02cdf..067bc24 100755 --- a/docker/version.sh +++ b/docker/version.sh @@ -12,7 +12,7 @@ if [ $# -eq 0 ]; then fi export VERSION=$LATEST_TAG -export ALPINE_VERSION=3.10 +export ALPINE_VERSION=3.11 PLATFORMS=( "alpine" @@ -31,7 +31,7 @@ for PLATFORM in "${PLATFORMS[@]}"; do rm -rf "${PLATFORM_DIR}/Dockerfile" - envsubst \$ALPINE_VERSION,\$VERSION <"${PLATFORM_DIR}/Dockerfile.tmpl" >"${PLATFORM_DIR}/Dockerfile" + envsubst \$ALPINE_VERSION,\$VERSION <"${PLATFORM_DIR}/tmpl.Dockerfile" >"${PLATFORM_DIR}/Dockerfile" done echo "All Dockerfiles were updated!" -- libgit2 1.7.2