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