From f199bdcbca61ab9183e1f43c467eb06a5aec3438 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 23:05:09 +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 `b7f4819` to `3131b4c` --- 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 9d2843a..81e3117 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:b7f48194d4d8b763a478a621cdc81c27be222ba2206ca3ca6bc42b49685f3d9e +FROM ubuntu:26.04@sha256:3131b4cc82a783df6c9df078f86e01819a13594b865c2cad47bd1bca2b7063bb ARG CNB_USER_ID=1000 ARG CNB_GROUP_ID=1000