index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2020-03-03 9:52:06.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2020-03-03 9:52:06.0 +00:00:00
commit
08d5847c96067d81fd71cf4bfff697dbe40425c4 [patch]
tree
4567aaee4830b6a9ed66fdfc91d87b1c6d24ea2e
parent
881f37cc8b510699d578a51f0ebee551f755a102
download
08d5847c96067d81fd71cf4bfff697dbe40425c4.tar.gz

feat: alpine v3.11



Diff

 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!"