File tree 4 files changed +4
-4
lines changed
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/
16
16
17
17
# Packaging stage
18
18
# 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
20
20
21
21
LABEL maintainer="LitmusChaos"
22
22
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
17
17
18
18
# Packaging stage
19
19
# 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
21
21
22
22
LABEL maintainer="LitmusChaos"
23
23
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ RUN CGO_ENABLED=0 go build -o /output/server -v
17
17
18
18
# DEPLOY STAGE
19
19
# 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
21
21
22
22
LABEL maintainer="LitmusChaos"
23
23
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ RUN CGO_ENABLED=0 go build -o /output/subscriber -v
17
17
18
18
# Packaging stage
19
19
# 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
21
21
22
22
LABEL maintainer="LitmusChaos"
23
23
You can’t perform that action at this time.
0 commit comments