Skip to content

Commit 4fcec60

Browse files
authored
chore: update base image because of the CVE-2024-3596 (#4964)
Signed-off-by: namkyu1999 <[email protected]>
1 parent b970fce commit 4fcec60

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

chaoscenter/authentication/Dockerfile

+1-1
Original file line numberDiff line numberDiff 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

2121
LABEL maintainer="LitmusChaos"
2222

chaoscenter/event-tracker/Dockerfile

+1-1
Original file line numberDiff line numberDiff 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

2222
LABEL maintainer="LitmusChaos"
2323

chaoscenter/graphql/server/Dockerfile

+1-1
Original file line numberDiff line numberDiff 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

2222
LABEL maintainer="LitmusChaos"
2323

chaoscenter/subscriber/Dockerfile

+1-1
Original file line numberDiff line numberDiff 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

2222
LABEL maintainer="LitmusChaos"
2323

0 commit comments

Comments
 (0)