From 567ea221c22f127716c09bb8eb8eaa1d4af3438f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 14:09:19 +0000 Subject: [PATCH] chore(deps): bump ubi10-micro from 10.1-1769518576 to 10.1-1774544317 Bumps ubi10-micro from 10.1-1769518576 to 10.1-1774544317. --- updated-dependencies: - dependency-name: ubi10-micro dependency-version: 10.1-1774544317 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 cafcdc6..393c4d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM registry.access.redhat.com/ubi10/ubi-minimal:10.1-1776834797 AS min -FROM registry.access.redhat.com/ubi10-micro:10.1-1769518576 +FROM registry.access.redhat.com/ubi10-micro:10.1-1774544317 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 ubi10/ubi-minimal"