You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Use BUILDPLATFORM to ensure the builder always runs natively on the host machine
18
-
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.25.3-1768393489 AS builder
18
+
# Image pinned by SHA256 to address GitHub security bot warnings about unpinned dependencies
19
+
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.25.5-1769430014@sha256:359dd4c6c4255b3f7bce4dc15ffa5a9aa65a401f819048466fa91baa8244a793 AS builder
19
20
20
21
# Accept TARGETARCH and TARGETPLATFORM, which are automatically passed by the builder
0 commit comments