Skip to content

Commit

Permalink
update rhel to 9.4
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Fernandez <[email protected]>
  • Loading branch information
marioferh committed Jan 29, 2025
1 parent 41eb55d commit bed920a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.ui-dashboards
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ENV CGO_ENABLED=1

RUN make build-backend BUILD_OPTS="-tags strictfipsruntime"

FROM registry.redhat.io/rhel9-2-els/rhel:9.2
FROM registry.redhat.io/rhel9-2-els/rhel:9.4

RUN mkdir /licenses
COPY ui-dashboards/LICENSE /licenses/.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ui-distributed-tracing
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ENV CGO_ENABLED=1

RUN make build-backend BUILD_OPTS="-tags strictfipsruntime"

FROM registry.redhat.io/rhel9-2-els/rhel:9.2
FROM registry.redhat.io/rhel9-2-els/rhel:9.4

RUN mkdir /licenses
COPY ui-distributed-tracing/LICENSE /licenses/.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ui-logging
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ENV CGO_ENABLED=1

RUN make build-backend BUILD_OPTS="-tags strictfipsruntime"

FROM registry.redhat.io/rhel9-2-els/rhel:9.2
FROM registry.redhat.io/rhel9-2-els/rhel:9.4

RUN mkdir /licenses
COPY ui-logging/LICENSE /licenses/.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ui-monitoring
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ENV CGO_ENABLED=1

RUN make build-backend BUILD_OPTS="-tags strictfipsruntime"

FROM registry.redhat.io/rhel9-2-els/rhel:9.2
FROM registry.redhat.io/rhel9-2-els/rhel:9.4

RUN mkdir /licenses
COPY ui-monitoring/LICENSE /licenses/.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ui-troubleshooting-panel
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ENV CGO_ENABLED=1

RUN make build-backend BUILD_OPTS="-tags strictfipsruntime"

FROM registry.redhat.io/rhel9-2-els/rhel:9.2
FROM registry.redhat.io/rhel9-2-els/rhel:9.4

RUN mkdir /licenses
COPY ui-troubleshooting-panel/LICENSE /licenses/.
Expand Down

0 comments on commit bed920a

Please sign in to comment.