From c9f91e6445463a399329d064560e19d898e62ebc Mon Sep 17 00:00:00 2001 From: Arch Linux Docker release bot Date: Tue, 3 Nov 2020 09:29:32 +0000 Subject: [PATCH] Release 20201103.0.8378 --- Dockerfile.base | 4 ++-- Dockerfile.base-devel | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile.base b/Dockerfile.base index 1cc5bd5..e50f33f 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -11,8 +11,8 @@ FROM alpine:3.12 AS verify RUN apk add --no-cache curl bash SHELL ["/bin/bash", "-c"] -RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/125/download)" && \ - sha256sum -c <<< "a8bedbc3aedcedab891e56d29b3b39ee398e15a9b15ae9f96a480cfe78f221e4 base-20201102.0.8296.tar.xz" && \ +RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/129/download)" && \ + sha256sum -c <<< "75e95426377466f468c4127866fa0d10d3ec18187c44506fa4a399037318b972 base-20201103.0.8378.tar.xz" && \ mkdir /rootfs && \ tar -C /rootfs --extract --file "${ROOTFS}" diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 0b52c9f..cd84eed 100644 --- a/Dockerfile.base-devel +++ b/Dockerfile.base-devel @@ -11,8 +11,8 @@ FROM alpine:3.12 AS verify RUN apk add --no-cache curl bash SHELL ["/bin/bash", "-c"] -RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/127/download)" && \ - sha256sum -c <<< "469296106ce82dd91b7a54b567b0262dcf0dbd0e466414954ed50a5762c5d7f5 base-devel-20201102.0.8296.tar.xz" && \ +RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/131/download)" && \ + sha256sum -c <<< "0321459798a00e4d855985fd92fcdaa03cf994f4bfeafa4a039e5f3443f64fc5 base-devel-20201103.0.8378.tar.xz" && \ mkdir /rootfs && \ tar -C /rootfs --extract --file "${ROOTFS}"