From 236d4f8c7e6d66a29ed954c6d7c5ffa70b1ba85a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Nov 2021 22:50:07 +0000 Subject: [PATCH] Bump debian from bullseye-20211011 to bullseye-20211115 in /11/bullseye Bumps debian from bullseye-20211011 to bullseye-20211115. --- updated-dependencies: - dependency-name: debian dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 11/bullseye/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/11/bullseye/Dockerfile b/11/bullseye/Dockerfile index db92120c4..0128976ac 100644 --- a/11/bullseye/Dockerfile +++ b/11/bullseye/Dockerfile @@ -33,7 +33,7 @@ RUN jlink \ --compress=2 \ --output /javaruntime -FROM debian:bullseye-20211011 +FROM debian:bullseye-20211115 ARG VERSION=4.10 ARG user=jenkins