From 115291e179d8aebd89a571610ff05b8c5ec06870 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 20:02:06 +0000 Subject: [PATCH] build(deps): bump archlinux in /docker/ci/arch Bumps archlinux from base-devel-20210314.0.17164 to base-devel-20230122.0.120412. --- 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 ef9aff4118ef..069cf33d5bbf 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-20210314.0.17164@sha256:d4dbfd0933bcca45168b4f7dd5926f09bf4f7e1a23cece71e73723ef6bf85425 AS setup_ci_arch +FROM archlinux:base-devel-20230122.0.120412@sha256:bbb85acb5aad5bdd67916c8311409b1836c422cb93534f4baa286fd70f76cc80 AS setup_ci_arch WORKDIR /diem COPY rust-toolchain /diem/rust-toolchain