From 1bc9881d65898fd28b84218b125994778e188c8d Mon Sep 17 00:00:00 2001 From: "ppat-self-hosted-renovate-bot[bot]" <175373406+ppat-self-hosted-renovate-bot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 05:15:35 +0000 Subject: [PATCH] fix: update digest ubuntu (786a8b5 -> 4fbb8e6) --- images/homelab-workspace/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/homelab-workspace/Dockerfile b/images/homelab-workspace/Dockerfile index 6f2c867b..04acfc3b 100644 --- a/images/homelab-workspace/Dockerfile +++ b/images/homelab-workspace/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:noble@sha256:786a8b558f7be160c6c8c4a54f9a57274f3b4fb1491cf65146521ae77ff1dc54 AS base +FROM ubuntu:noble@sha256:4fbb8e6a8395de5a7550b33509421a2bafbc0aab6c06ba2cef9ebffbc7092d90 AS base SHELL ["/bin/bash", "-o", "pipefail", "-c"] ARG TARGETARCH