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 .konflux/dockerfiles/git-init.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Rebuild trigger: 1.15.4 release 2026-02-26
ARG GO_BUILDER=registry.access.redhat.com/ubi9/go-toolset:1.25
ARG GO_BUILDER=registry.access.redhat.com/ubi9/go-toolset:1.26.3-1782377916
ARG RUNTIME=registry.redhat.io/ubi8/ubi:latest@sha256:8f757bfe94700eee7d26c885cd16bf3ae9923edf38f984ef3da50d2ce937fc5e

FROM $GO_BUILDER AS builder
Expand Down