From 6c6401368e66e472f8a544efaaa18441165e3659 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 09:26:40 +0000 Subject: [PATCH] chore(deps): bump debian in /17/bullseye Bumps debian from bullseye-20230109 to bullseye-20230202. --- 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 de15ac4f1..dc55eb255 100644 --- a/17/bullseye/Dockerfile +++ b/17/bullseye/Dockerfile @@ -43,7 +43,7 @@ RUN if test "${TARGETPLATFORM}" != 'linux/arm/v7'; then \ else cp -r /opt/java/openjdk /javaruntime; \ fi -FROM debian:bullseye-20230109 AS build +FROM debian:bullseye-20230202 AS build ARG VERSION=3107.v665000b_51092 ARG user=jenkins