From c8f2317b0d7f0f056e24639381bf98f07bac16dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 May 2023 14:24:18 +0000 Subject: [PATCH] chore(deps): bump debian in /17/bullseye Bumps debian from bullseye-20230411 to bullseye-20230502. --- updated-dependencies: - dependency-name: debian dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 17/bullseye/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/17/bullseye/Dockerfile b/17/bullseye/Dockerfile index 70787358..3602eb5a 100644 --- a/17/bullseye/Dockerfile +++ b/17/bullseye/Dockerfile @@ -9,7 +9,7 @@ RUN jlink \ --compress=2 \ --output /javaruntime -FROM debian:bullseye-20230411 +FROM debian:bullseye-20230502 ARG user=jenkins ARG group=jenkins