From df3bd81d10d4ac7e896a23317474ebfaa6a65666 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 23:04:08 +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 `53958ec` to `b7f4819` --- updated-dependencies: - dependency-name: ubuntu dependency-version: '26.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 96deb5c..9d2843a 100644 --- a/stack/build/Dockerfile +++ b/stack/build/Dockerfile @@ -2,7 +2,7 @@ # Ubuntu 24.04 provides the full toolchain needed to compile Java apps # with the Paketo Java and Java Native Image buildpacks. -FROM ubuntu:26.04@sha256:53958ec7b67c2c9355df922dd08dbf0360611f8c3cdb656875e81873db9ffdba +FROM ubuntu:26.04@sha256:b7f48194d4d8b763a478a621cdc81c27be222ba2206ca3ca6bc42b49685f3d9e ARG CNB_USER_ID=1000 ARG CNB_GROUP_ID=1000