Skip to content
Open
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 Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

FROM registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0d70224d12e358b1a107a86e0a7e0845e1e8a4d30ce3a1423600f044e3fb28d2 AS ose-tools
FROM registry.access.redhat.com/ubi10/go-toolset:1.25.7-1773232111 AS builder
FROM registry.access.redhat.com/ubi10/go-toolset:1.25.7-1773851728 AS builder

ARG COMMIT_ID
ARG VERSION_ID
Expand Down