From 3fe50f4edbea93105dd2fe96ee6f142c046c8375 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 19:08:18 +0000 Subject: [PATCH] chore(deps): bump ubi9/ubi-minimal from 9.4-1194 to 9.4-1227.1725849298 Bumps ubi9/ubi-minimal from 9.4-1194 to 9.4-1227.1725849298. --- updated-dependencies: - dependency-name: ubi9/ubi-minimal dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0a6b5c1..2575de1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1194 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1227.1725849298 LABEL org.opencontainers.image.source="https://github.com/onecx/docker-quarkus-native" LABEL org.opencontainers.image.description="Docker image for Quarkus native application base on ubi9/ubi-minimal"