Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update registry.access.redhat.com/ubi8/ubi-minimal Docker tag to v8.10-1130 #266

Merged
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
4 changes: 2 additions & 2 deletions api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1052.1724178568 AS builder
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1130 AS builder

ARG TARGETARCH
USER root
Expand All @@ -20,7 +20,7 @@ RUN go install github.com/google/gnostic/cmd/[email protected]
# Latest versions as of 2024-08-08
RUN go install github.com/bufbuild/buf/cmd/[email protected]

FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1052.1724178568
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1130


COPY --from=builder /root/go/bin/protoc-gen-go /usr/local/bin/protoc-gen-go
Expand Down
Loading