From 294f4f7f38e474c6bc3b2c2843bfc02da44f9be1 Mon Sep 17 00:00:00 2001 From: Razz4780 Date: Wed, 22 Jan 2025 10:28:16 +0100 Subject: [PATCH] switch tag to latest --- Cross.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cross.toml b/Cross.toml index dfca795a2e4..c91ac6cad1f 100644 --- a/Cross.toml +++ b/Cross.toml @@ -5,7 +5,7 @@ passthrough = [ # Dockerfile used for building mirrord-layer for x64 with very old libc # this to support centos7 or Amazon Linux 2. [target.x86_64-unknown-linux-gnu] -image = "ghcr.io/metalbear-co/ci-layer-build:8ca4a4e9757a5749c384c57c3435e56c2b442458e14e4cb7ecbaec4d557f5d69" +image = "ghcr.io/metalbear-co/ci-layer-build:latest" [target.aarch64-unknown-linux-gnu] -image = "ghcr.io/metalbear-co/ci-layer-build-aarch64:4c99d799d297ddec935914907b94d899bd0a2349155cec934492ef19a69ddbf0" \ No newline at end of file +image = "ghcr.io/metalbear-co/ci-layer-build-aarch64:latest" \ No newline at end of file