From 56e72617718b69dcba18dcfbe1aac530faf40b97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 15:22:15 +0000 Subject: [PATCH] chore(deps): bump debian in /17/bullseye Bumps debian from bullseye-20221114 to bullseye-20221205. --- 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 d5f3dba7..a14af8e4 100644 --- a/17/bullseye/Dockerfile +++ b/17/bullseye/Dockerfile @@ -9,7 +9,7 @@ RUN jlink \ --compress=2 \ --output /javaruntime -FROM debian:bullseye-20221114 +FROM debian:bullseye-20221205 ARG user=jenkins ARG group=jenkins