Skip to content
Merged
Show file tree
Hide file tree
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 argo-argoexec/Dockerfile.konflux
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG GIT_COMMIT=unknown
ARG GIT_TAG=unknown
ARG GIT_TREE_STATE=unknown

FROM registry.access.redhat.com/ubi8/go-toolset:1.25@sha256:ad14167aab654a920fc4cfdca6829a40ea1b9909509a519a8bc1f9afb07a63bf as builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.25@sha256:d3086455658222fcb72fe73c255f10400cc3524faa914dc2a4ecdb4973f5cd27 as builder

# Build args to be used at this step
ARG SOURCE_CODE
Expand Down
2 changes: 1 addition & 1 deletion argo-workflowcontroller/Dockerfile.konflux
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG GIT_COMMIT=unknown
ARG GIT_TAG=unknown
ARG GIT_TREE_STATE=unknown

FROM registry.access.redhat.com/ubi8/go-toolset:1.25@sha256:ad14167aab654a920fc4cfdca6829a40ea1b9909509a519a8bc1f9afb07a63bf as builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.25@sha256:d3086455658222fcb72fe73c255f10400cc3524faa914dc2a4ecdb4973f5cd27 as builder

# Build args to be used at this step
ARG SOURCE_CODE
Expand Down
Loading