From 4c9ac3bed6016115b180a870757f71042330d392 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 10:21:59 +0100 Subject: [PATCH] fix: bump ubi9-minimal from 9.3-1552 to 9.3-1612 (#77) Bumps ubi9-minimal from 9.3-1552 to 9.3-1612. --- updated-dependencies: - dependency-name: ubi9-minimal dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6369b46..5b7996a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9-minimal:9.3-1552 +FROM registry.access.redhat.com/ubi9-minimal:9.3-1612 LABEL org.opencontainers.image.authors="Adfinis AG " LABEL org.opencontainers.image.vendor="Adfinis"