From 7c8947cd566ae016a85768bd5fd8ecef2f2781c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 May 2022 09:09:58 +0000 Subject: [PATCH] Bump debian from bullseye-20220509 to bullseye-20220527 in /11/bullseye Bumps debian from bullseye-20220509 to bullseye-20220527. --- 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 48963312c..13f0e7773 100644 --- a/11/bullseye/Dockerfile +++ b/11/bullseye/Dockerfile @@ -33,7 +33,7 @@ RUN jlink \ --compress=2 \ --output /javaruntime -FROM debian:bullseye-20220509 +FROM debian:bullseye-20220527 ARG VERSION=4.13 ARG user=jenkins