Skip to content

Commit

Permalink
Update Dockerfile.konflux
Browse files Browse the repository at this point in the history
Signed-off-by: Mohammadi Iram <[email protected]>
  • Loading branch information
MohammadiIram authored Nov 15, 2024
1 parent 420ef59 commit 7d52df0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.konflux
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -60,4 +60,4 @@ COPY --from=build /workspace/manager .

COPY config/internal config/internal

ENTRYPOINT ["/manager"]
ENTRYPOINT ["/manager"]

0 comments on commit 7d52df0

Please sign in to comment.