File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN CGO_ENABLED=0 go build -o /output/server -v ./api/
1616
1717# Packaging stage
1818# Use RedHat UBI minimal image as base
19- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4
19+ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5
2020
2121LABEL maintainer="LitmusChaos"
2222
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ RUN CGO_ENABLED=0 go build -o /output/event-tracker -v
1717
1818# Packaging stage
1919# Use RedHat UBI minimal image as base
20- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4
20+ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5
2121
2222LABEL maintainer="LitmusChaos"
2323
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ RUN CGO_ENABLED=0 go build -o /output/server -v
1717
1818# DEPLOY STAGE
1919# Use Red Hat UBI minimal image as base
20- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4
20+ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5
2121
2222LABEL maintainer="LitmusChaos"
2323
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ RUN CGO_ENABLED=0 go build -o /output/subscriber -v
1717
1818# Packaging stage
1919# Use RedHat UBI minimal image as base
20- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4
20+ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5
2121
2222LABEL maintainer="LitmusChaos"
2323
You can’t perform that action at this time.
0 commit comments