Skip to content

Commit ad87d62

Browse files
authored
Update Alpine version
1 parent 4f86650 commit ad87d62

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,9 @@ jobs:
206206
vmImage: 'ubuntu-latest'
207207
steps:
208208
- script: |
209-
wget 'https://raw.githubusercontent.com/alpinelinux/alpine-chroot-install/v0.9.0/alpine-chroot-install' \
210-
&& echo 'e5dfbbdc0c4b3363b99334510976c86bfa6cb251 alpine-chroot-install' | sha1sum -c || exit 1
209+
wget https://raw.githubusercontent.com/alpinelinux/alpine-chroot-install/v0.13.1/alpine-chroot-install \
210+
&& echo '7c7e3fa378e69aecc7f5f01bbc759e5f0a9d9b74 alpine-chroot-install' | sha1sum -c \
211+
|| exit 1
211212
alpine() { /alpine/enter-chroot -u "$USER" "$@"; }
212213
sudo sh alpine-chroot-install -p 'build-base gfortran perl linux-headers sudo'
213214
alpine make DYNAMIC_ARCH=1 BINARY=64

0 commit comments

Comments
 (0)