diff --git a/Dockerfile.konflux b/Dockerfile.konflux index 77101edf..7dce9a25 100644 --- a/Dockerfile.konflux +++ b/Dockerfile.konflux @@ -1,6 +1,6 @@ #go-toolset:1.21 -FROM registry.redhat.io/ubi9/go-toolset@sha256:b23212b6a296e95cbed5dd415d4cd5567db9e8057aa08e291f1fddc087cea944 AS build +FROM registry.redhat.io/ubi9/go-toolset:1.21@sha256:sha256:d73c4151518c73332717a52f5d22c670bf2f88e04a841e507aef0227b3100225 AS build ARG TARGETOS=linux ARG TARGETARCH=amd64 @@ -60,4 +60,4 @@ COPY --from=build /workspace/manager . COPY config/internal config/internal -ENTRYPOINT ["/manager"] \ No newline at end of file +ENTRYPOINT ["/manager"]