Skip to content

Commit

Permalink
update ubi version (quay.io vulnerability warning)
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomitn committed Sep 9, 2024
1 parent 591a7f6 commit 1528217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1528217

Please sign in to comment.