Skip to content
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
2 changes: 1 addition & 1 deletion images/runner/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
# Go compilation. UBI images pull anonymously from
# registry.access.redhat.com — no Red Hat subscription required.
# registry.access.redhat.com/ubi10/go-toolset:latest
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi10/go-toolset@sha256:1f675b8824165404cbea41068342f9f8f6d47bfeccd6020bf8f9842876623d5b AS build
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi10/go-toolset@sha256:cc3a002ecdb1b7e6e0e2988333b257eb97cfce84dbdfc98f4e02297c9190c4e1 AS build
Comment thread
ralphbean marked this conversation as resolved.

USER 0
WORKDIR /src
Expand Down
Loading