From 1337f0ce3d75904802a479e3827f6e608b66b53c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2026 04:09:06 +0000 Subject: [PATCH] chore(deps): bump ubuntu in /stack/build in the build-stack-images group Bumps the build-stack-images group in /stack/build with 1 update: ubuntu. Updates `ubuntu` from `b3cc40b` to `008173c` --- updated-dependencies: - dependency-name: ubuntu dependency-version: '24.04' dependency-type: direct:production dependency-group: build-stack-images ... Signed-off-by: dependabot[bot] --- stack/build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack/build/Dockerfile b/stack/build/Dockerfile index 1ad84f9..9b50b52 100644 --- a/stack/build/Dockerfile +++ b/stack/build/Dockerfile @@ -15,7 +15,7 @@ # Do not raise this past the run image's glibc. See .github/dependabot.yml, # which restricts this image to patch/digest updates for the same reason. -FROM ubuntu:24.04@sha256:b3cc40b72b93588182b5410f723c7aaf142363311c2aa993d8a453ddcbb3ae15 +FROM ubuntu:24.04@sha256:008173c23f95b170204355c12626cb5a965d779a7e1283b09e9cffbb1bf33ca3 ARG CNB_USER_ID=1000 ARG CNB_GROUP_ID=1000