From b7191830ca179b982ca8c57f1383b26d92f76281 Mon Sep 17 00:00:00 2001 From: Andrej Petras Date: Sat, 3 Feb 2024 23:03:09 +0100 Subject: [PATCH] feat: switch to 9.3-1552 version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0ffe0e8..da16642 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.3 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.3-1552 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"