From 0915766c80a527b25c75a2dce3b3dfeacab40bac Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 21 Aug 2025 11:08:01 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/python-312-minimal docker tag to v9.6-1755762229 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d51098e..a217bee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: Apache-2.0 -FROM registry.access.redhat.com/ubi9/python-312-minimal:9.6-1751461507 +FROM registry.access.redhat.com/ubi9/python-312-minimal:9.6-1755762229 USER 0 WORKDIR /app