Skip to content

Commit 7c6370c

Browse files
authored
Merge pull request #3462 from martin-frbg/azure-alpine2
Azure CI: Update alpine-chroot-install again
2 parents e7fca06 + fbfc8b1 commit 7c6370c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,9 @@ jobs:
249249
vmImage: 'ubuntu-latest'
250250
steps:
251251
- script: |
252-
wget https://raw.githubusercontent.com/alpinelinux/alpine-chroot-install/master/alpine-chroot-install \
253-
&& echo '484fbf313f311da93e913bfdd81ef4df934aa907 alpine-chroot-install' | sha1sum -c \
254-
|| exit 1
252+
wget https://raw.githubusercontent.com/alpinelinux/alpine-chroot-install/v0.13.2/alpine-chroot-install \
253+
&& echo '60c7e0b5d82e21d1a549fc9a46ba3b36688c09dc alpine-chroot-install' | sha1sum -c \
254+
|| exit 1
255255
alpine() { /alpine/enter-chroot -u "$USER" "$@"; }
256256
sudo sh alpine-chroot-install -p 'build-base gfortran perl linux-headers sudo'
257257
alpine make DYNAMIC_ARCH=1 BINARY=64

0 commit comments

Comments
 (0)