From 0f38ef0cb7240d31b3b07387a71b51bc7ec81d08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 23:03:22 +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 `f3d2860` to `53958ec` --- 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 3438a8b..96deb5c 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:f3d28607ddd78734bb7f71f117f3c6706c666b8b76cbff7c9ff6e5718d46ff64 +FROM ubuntu:26.04@sha256:53958ec7b67c2c9355df922dd08dbf0360611f8c3cdb656875e81873db9ffdba ARG CNB_USER_ID=1000 ARG CNB_GROUP_ID=1000