Skip to content

Commit

Permalink
add --chmod=755 to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
meghaniankov committed Feb 5, 2024
1 parent ee354dc commit ef656f7
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
@@ -1,7 +1,7 @@
FROM gcr.io/distroless/static:nonroot

WORKDIR /
COPY bin/vault-webhook-linux-amd64 vault-webhook
COPY --chmod=755 bin/vault-webhook-linux-amd64 vault-webhook
USER nonroot:nonroot

ENTRYPOINT ["/vault-webhook"]

0 comments on commit ef656f7

Please sign in to comment.