From 199bc8e3b59fcc2a7bf3a3c97a462429b6f5592f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 May 2023 14:54:54 +0000 Subject: [PATCH] chore(deps): bump debian in /11/bullseye (#240) --- 11/bullseye/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/11/bullseye/Dockerfile b/11/bullseye/Dockerfile index 448716a2..aa4a2eb9 100644 --- a/11/bullseye/Dockerfile +++ b/11/bullseye/Dockerfile @@ -31,7 +31,7 @@ RUN jlink \ --compress=2 \ --output /javaruntime -FROM debian:bullseye-20230411 +FROM debian:bullseye-20230502 ARG user=jenkins ARG group=jenkins