Skip to content

Commit

Permalink
Update Dockerfile.konflux
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadiIram authored Nov 15, 2024
1 parent f39c2b3 commit f7db22c
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,7 +1,7 @@
# Build arguments
ARG SOURCE_CODE=.

FROM registry.redhat.io/ubi8/go-toolset@sha256:fe1c5eee22c78e1a9806323ee46329a41ac99521c5022c84765c4d698abb4e81 as builder
FROM registry.redhat.io/ubi8/go-toolset:1.21@sha256:742ae6ec1aef3e7faae488c47695fb64964d342aefecf52d23bd9d5e6731d0b6 as builder

ARG SOURCE_CODE

Expand Down Expand Up @@ -51,4 +51,4 @@ COPY --from=builder /workspace/config/internal ./config/internal
## Create a non-root user with UID 65532 and switch to it
USER ${USER}:${USER}

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

0 comments on commit f7db22c

Please sign in to comment.