From a9a3bd84a78f83e8d76daf3cae7e61c03c474133 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 09:36:15 +0100 Subject: [PATCH] fix: bump ubi8-minimal from 8.8-1072.1696517598 to 8.9-1029 (#66) fix: bump ubi8-minimal from 8.8-1072.1696517598 to 8.9-1029 Bumps ubi8-minimal from 8.8-1072.1696517598 to 8.9-1029. --- updated-dependencies: - dependency-name: ubi8-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 c78d808..2f5256f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi8-minimal:8.8-1072.1696517598 +FROM registry.access.redhat.com/ubi8-minimal:8.9-1029 LABEL org.opencontainers.image.authors="Adfinis AG " LABEL org.opencontainers.image.vendor="Adfinis"