From 26f74f61ad5894079619ed9db7ffe746cef8384a 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: Fri, 10 Apr 2026 04:55:05 +0000 Subject: [PATCH] fix: update digest ubuntu (d1e2e92 -> 84e77de) --- 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 c3f0d99c..b609b59d 100644 --- a/images/homelab-workspace/Dockerfile +++ b/images/homelab-workspace/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:noble@sha256:d1e2e92c075e5ca139d51a140fff46f84315c0fdce203eab2807c7e495eff4f9 AS base +FROM ubuntu:noble@sha256:84e77dee7d1bc93fb029a45e3c6cb9d8aa4831ccfcc7103d36e876938d28895b AS base SHELL ["/bin/bash", "-o", "pipefail", "-c"] ARG TARGETARCH