From e63e3139fbfb7351578d178f7503432ce1684854 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 08:27:48 +0200 Subject: [PATCH] fix: bump ubi9-minimal from 9.4-949.1714662671 to 9.4-949.1717074713 (#85) Bumps ubi9-minimal from 9.4-949.1714662671 to 9.4-949.1717074713. --- 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 f8c8ca1..f4a0a60 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9-minimal:9.4-949.1714662671 +FROM registry.access.redhat.com/ubi9-minimal:9.4-949.1717074713 LABEL org.opencontainers.image.authors="Adfinis AG " LABEL org.opencontainers.image.vendor="Adfinis"