Skip to content

Commit

Permalink
fix: Correct executable name
Browse files Browse the repository at this point in the history
Signed-off-by: Dinar Valeev <k0da@opensuse.org>
  • Loading branch information
k0da committed Sep 12, 2024
1 parent 11d60e7 commit d17d78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ARG ARCH
# Refer to https://github.com/GoogleContainerTools/distroless for more details
FROM gcr.io/distroless/static:nonroot-${ARCH}
WORKDIR /
COPY manager managr
COPY manager manager
USER 65532

ENTRYPOINT ["/manager"]

0 comments on commit d17d78c

Please sign in to comment.