From 00f0ff4362d9b0ba064a54c97369c6d4b3fb5c69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 13:13:12 +0000 Subject: [PATCH] build(deps): bump archlinux in /docker/ci/arch Bumps archlinux from base-devel-20210523.0.23638 to base-devel-20221023.0.96685. --- updated-dependencies: - dependency-name: archlinux dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/ci/arch/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/ci/arch/Dockerfile b/docker/ci/arch/Dockerfile index 626cc3dc3c01..52bb495ec43a 100644 --- a/docker/ci/arch/Dockerfile +++ b/docker/ci/arch/Dockerfile @@ -1,5 +1,5 @@ # while using circle we'll use circle's base image. -FROM archlinux:base-devel-20210523.0.23638@sha256:d7173f9b580ecf6133f436ad5dd0f870c5cf4cd09e4fc116bc9e682e52d423a0 AS setup_ci_arch +FROM archlinux:base-devel-20221023.0.96685@sha256:421bd2af7f4853edf180cef0b74d8cadfca72c8c92e29bde90fec931a004d91a AS setup_ci_arch WORKDIR /diem COPY rust-toolchain /diem/rust-toolchain