From 6aab81717a62c742d0c9d706bd9af86ab7b7eb1a Mon Sep 17 00:00:00 2001 From: automatic-release-token Date: Fri, 23 Oct 2020 04:22:14 +0000 Subject: [PATCH] Release 20201023.0.6841 --- ci/base-devel/Dockerfile | 4 ++-- ci/base/Dockerfile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/base-devel/Dockerfile b/ci/base-devel/Dockerfile index 03e59b8..35e57a3 100644 --- a/ci/base-devel/Dockerfile +++ b/ci/base-devel/Dockerfile @@ -10,8 +10,8 @@ # allow us to automate the releaes process. FROM archlinux:latest AS verify SHELL ["/bin/bash", "-c"] -RUN ROOTFS="$(curl --continue-at - --remote-name --write-out "%{filename_effective}" https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20201023.0.6809/base-devel-20201023.0.6809.tar.xz)" && \ - sha256sum -c <<< "3ddaf0bbdd144c7517e1e03956f952368ade55ec2ad0ae3c690b95eab1bfd356 base-devel-20201023.0.6809.tar.xz" && \ +RUN ROOTFS="$(curl --continue-at - --remote-name --write-out "%{filename_effective}" https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20201023.0.6841/base-devel-20201023.0.6841.tar.xz)" && \ + sha256sum -c <<< "1573b42decd4c94e931621733c04d58acb2c01e3c943aa7d2554daf0222deed3 base-devel-20201023.0.6841.tar.xz" && \ mkdir /rootfs && \ tar -C /rootfs --extract --auto-compress --file "${ROOTFS}" diff --git a/ci/base/Dockerfile b/ci/base/Dockerfile index 2a53af3..4553e41 100644 --- a/ci/base/Dockerfile +++ b/ci/base/Dockerfile @@ -10,8 +10,8 @@ # allow us to automate the releaes process. FROM archlinux:latest AS verify SHELL ["/bin/bash", "-c"] -RUN ROOTFS="$(curl --continue-at - --remote-name --write-out "%{filename_effective}" https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20201023.0.6809/base-20201023.0.6809.tar.xz)" && \ - sha256sum -c <<< "e7915c4873ce10476f8b9b7d29e43a26340b678cf5e737b610752de61215a8ca base-20201023.0.6809.tar.xz" && \ +RUN ROOTFS="$(curl --continue-at - --remote-name --write-out "%{filename_effective}" https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20201023.0.6841/base-20201023.0.6841.tar.xz)" && \ + sha256sum -c <<< "3c1fe4e4a1153863b70589fe60e064e33b5aa70d1de84eb8291cda7606ddcd71 base-20201023.0.6841.tar.xz" && \ mkdir /rootfs && \ tar -C /rootfs --extract --auto-compress --file "${ROOTFS}"