Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hyperfleet-operator/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN cd hyperfleet-operator && \
RUN cd hyperfleet-operator && \
CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -a -o /workspace/compactor ./cmd/compactor

FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1785339117
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1786380870

ARG VERSION=0.0.1
ARG RELEASE=1
Expand Down
2 changes: 1 addition & 1 deletion platform-api/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN cd platform-api && \
-o /app/rosa-hyperfleet-api \
./cmd

FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1785339117
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1786380870

ARG VERSION=0.0.1
ARG RELEASE=1
Expand Down