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 Dockerfiles/Dockerfile.konflux
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build the manager binary
################################################################################
FROM registry.redhat.io/ubi8/go-toolset:1.25@sha256:a221ec30a55ca3cc43f6864b44237fffdd0d9f1f44bbfb37b07d4021968d71d5 as builder
FROM registry.redhat.io/ubi8/go-toolset:1.25@sha256:351110e9d9c4ecba77d7bd69aa3b7106cfecda4f3848ec8e1e74dd460404df5d as builder
USER root
WORKDIR /opt
# copy local manifests to build
Expand Down
Loading