We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01a76ca commit 2473335Copy full SHA for 2473335
1 file changed
build/Dockerfile
@@ -17,7 +17,7 @@ RUN go env
17
RUN CGO_ENABLED=0 go build -buildvcs=false -o /output/chaos-operator -v ./main.go
18
19
# Packaging stage
20
-FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5
+FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7
21
22
LABEL maintainer="LitmusChaos"
23
0 commit comments