From ed688a1e4acc2e5f08fb386d557aead76ae6f2ba Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Thu, 25 Nov 2021 20:01:21 +0100 Subject: [PATCH] Fetch alpine-chroot-install from master to get key updates --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 286a620ba..7f97691ff 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -249,7 +249,7 @@ jobs: vmImage: 'ubuntu-latest' steps: - script: | - wget https://raw.githubusercontent.com/alpinelinux/alpine-chroot-install/v0.13.1/alpine-chroot-install \ + wget https://raw.githubusercontent.com/alpinelinux/alpine-chroot-install/master/alpine-chroot-install \ && echo '7c7e3fa378e69aecc7f5f01bbc759e5f0a9d9b74 alpine-chroot-install' | sha1sum -c \ || exit 1 alpine() { /alpine/enter-chroot -u "$USER" "$@"; }