Skip to content

Commit

Permalink
fix: Missing executable permissions on binary
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoMori8 committed Jul 2, 2024
1 parent 3832dd0 commit 7d20751
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ FROM scratch

COPY --from=base /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/

ADD bin/klint /klint
ADD --chmod=755 bin/klint /klint

ENTRYPOINT ["/klint"]
ENTRYPOINT ["/klint"]

0 comments on commit 7d20751

Please sign in to comment.