From 7d52df040d71125b5605e1360d1a272ccdaf4f99 Mon Sep 17 00:00:00 2001 From: Mohammadi Iram <89964724+MohammadiIram@users.noreply.github.com> Date: Fri, 15 Nov 2024 17:22:56 +0530 Subject: [PATCH] Update Dockerfile.konflux Signed-off-by: Mohammadi Iram <89964724+MohammadiIram@users.noreply.github.com> --- Dockerfile.konflux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]