From 73f7c2c4285124b645fbc65e9e03ed55ddb84c7d Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 23 May 2024 16:30:04 +0100 Subject: Switch base container to rhel9/python3.12 to try to avoid CVEs --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 340e328..7cc4081 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ # Builder stage -FROM registry.access.redhat.com/ubi9/python-311:1-52.1712567218 AS builder +#FROM registry.access.redhat.com/ubi9/python-311:1-52.1712567218 AS builder +FROM registry.access.redhat.com/ubi9/python-312 # Add application sources USER 0 -- cgit v1.2.3