Skip to content

Commit 4a15d72

Browse files
authored
AzureCI: Update alpine-chroot-install (#4403)
* Update alpine-chroot-install
1 parent 0c43c6f commit 4a15d72

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
@@ -288,9 +288,9 @@ jobs:
288288
vmImage: 'ubuntu-latest'
289289
steps:
290290
- script: |
291-
wget https://raw.githubusercontent.com/alpinelinux/alpine-chroot-install/v0.13.2/alpine-chroot-install \
292-
&& echo '60c7e0b5d82e21d1a549fc9a46ba3b36688c09dc alpine-chroot-install' | sha1sum -c \
293-
|| exit 1
291+
wget https://raw.githubusercontent.com/alpinelinux/alpine-chroot-install/v0.14.0/alpine-chroot-install \
292+
&& echo 'ccbf65f85cdc351851f8ad025bb3e65bae4d5b06 alpine-chroot-install' | sha1sum -c \
293+
|| exit 1
294294
alpine() { /alpine/enter-chroot -u "$USER" "$@"; }
295295
sudo sh alpine-chroot-install -p 'build-base gfortran perl linux-headers sudo'
296296
alpine make DYNAMIC_ARCH=1 BINARY=64

0 commit comments

Comments
 (0)