From 787dc103553bb42df4b307800a5bc01c5cbc007b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 20:27:18 +0000 Subject: [PATCH] chore(deps): update ubuntu:24.04 docker digest to 33ceb71 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2d949aa..9a457f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ # NOT for interactive/agent VMs — no compiler, no python, no docker, no git. # Use exeuntu for those. -FROM ubuntu:24.04@sha256:4fbb8e6a8395de5a7550b33509421a2bafbc0aab6c06ba2cef9ebffbc7092d90 +FROM ubuntu:24.04@sha256:33ceb71981b602c1a7443a53469e4dba065f7503eab3078a2d7a57a2ab987517 SHELL ["/bin/bash", "-euxo", "pipefail", "-c"]