From 6c15ff34106e8f4c2c360715b7ccc1d856136af5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 02:12:43 +0000 Subject: [PATCH] chore(deps): update container digests --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 056b18f..6eca7a6 100644 --- a/Containerfile +++ b/Containerfile @@ -4,7 +4,7 @@ COPY build_files / COPY files /files # Base Image -FROM ghcr.io/samd2021/zirconium-asahi:latest-arm64@sha256:accb1438b63507577e213f5808e245602347ecc80bd3850039b43593eaddb8ac +FROM ghcr.io/samd2021/zirconium-asahi:latest-arm64@sha256:f2dc98d1ea1c0142eceb8badf779de697f32e9ef724b5437edfcb927dbcdbe66 ARG IMAGE_NAME="${IMAGE_NAME:-kosmo}" ARG IMAGE_VENDOR="${IMAGE_VENDOR:-samd2021}"