Skip to content

Commit

Permalink
Add permission for skr-webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
nesmabadr committed Apr 30, 2024
1 parent f7ef8bf commit 20bb54f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags="-X 'main.buildVersi
FROM gcr.io/distroless/static:nonroot
WORKDIR /
COPY skr-webhook skr-webhook/
RUN chmod 644 skr-webhook/

COPY --from=builder /workspace/manager .
USER 65532:65532

Expand Down

0 comments on commit 20bb54f

Please sign in to comment.