From c3b1e55bdcd1602142d34f838bb35fa5c231b749 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Fri, 26 Nov 2021 09:38:41 +0100 Subject: [PATCH] AzureCI: Fetch alpine-chroot-install from master to get key updates (#3460) * Fetch alpine-chroot-install from master to get key updates --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 286a620ba..29e3ca586 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -249,8 +249,8 @@ jobs: vmImage: 'ubuntu-latest' steps: - script: | - wget https://raw.githubusercontent.com/alpinelinux/alpine-chroot-install/v0.13.1/alpine-chroot-install \ - && echo '7c7e3fa378e69aecc7f5f01bbc759e5f0a9d9b74 alpine-chroot-install' | sha1sum -c \ + wget https://raw.githubusercontent.com/alpinelinux/alpine-chroot-install/master/alpine-chroot-install \ + && echo '484fbf313f311da93e913bfdd81ef4df934aa907 alpine-chroot-install' | sha1sum -c \ || exit 1 alpine() { /alpine/enter-chroot -u "$USER" "$@"; } sudo sh alpine-chroot-install -p 'build-base gfortran perl linux-headers sudo'