aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-07-02 12:24:30 +0200
committerLoïc Hoguin <[email protected]>2019-07-02 12:24:30 +0200
commitb7e2c5b9504fd32211e394fe10b4166abc252109 (patch)
tree2975258c40ae4b44b97d1db2833f973a0f7b9e74
parent21045cdaf20439130084c84d264a0e8a29b3dcf1 (diff)
downloadci-b7e2c5b9504fd32211e394fe10b4166abc252109.tar.gz
ci-b7e2c5b9504fd32211e394fe10b4166abc252109.tar.bz2
ci-b7e2c5b9504fd32211e394fe10b4166abc252109.zip
Stick Alpine to 3.9 for now
There are issues in edge currently.
-rwxr-xr-xalpine.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/alpine.sh b/alpine.sh
index 7d523eb..3a91f0e 100755
--- a/alpine.sh
+++ b/alpine.sh
@@ -5,7 +5,7 @@ set -e
NAME=$1
DIST=alpine
-RELEASE=edge
+RELEASE=3.9
ARCH=amd64
PACKAGES="pcre ca-certificates openssl-dev ncurses-dev zlib-dev \
openssh bash curl zsh vim sudo git build-base autoconf gawk \