From 15282177da5928a32866e65531fc35e90f751b27 Mon Sep 17 00:00:00 2001 From: Shlomit Neufeld Date: Mon, 9 Sep 2024 12:32:31 +0300 Subject: [PATCH] update ubi version (quay.io vulnerability warning) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f8397cd..dcf1c10 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ COPY console/ console/ RUN CGO_ENABLED=0 GOOS=linux GO111MODULE=on go build -a -o manager main.go -FROM registry.access.redhat.com/ubi9-minimal:9.4-1134 +FROM registry.access.redhat.com/ubi9-minimal:9.4-1227 RUN microdnf update -y && microdnf clean all