AzureCI: Fetch alpine-chroot-install from master to get key updates (#3460)
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Fri, 26 Nov 2021 08:38:41 +0000 (09:38 +0100)
committerGitHub <noreply@github.com>
Fri, 26 Nov 2021 08:38:41 +0000 (09:38 +0100)
* Fetch alpine-chroot-install from master to get key updates

azure-pipelines.yml

index 286a620ba4408b1ee97d7c094b15f871ec6c2a97..29e3ca586db95efbe547970d204de98e1a35a809 100644 (file)
@@ -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'