From c0715b42d3cb14a800834f059d1b0b6b6bd799e8 Mon Sep 17 00:00:00 2001 From: Tom Hayward Date: Thu, 2 Feb 2023 14:08:48 -0800 Subject: [PATCH] upgrade to ubi9 and use versioned tag for update tracking --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 82cbb1e..25a0a4a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi8/python-39 +FROM registry.access.redhat.com/ubi9/python-39:1-99.1674497380 ARG TARGETOS ARG TARGETARCH