Skip to content

Commit

Permalink
fix: perms on bw
Browse files Browse the repository at this point in the history
  • Loading branch information
joryirving committed Jan 30, 2024
1 parent e15bc58 commit 29251a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/tf-runner-bitwarden/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ ARG VERSION

USER root

RUN apk add --no-cache npm
COPY --from=build /usr/local/bin/bw /usr/local/bin/bw
COPY --from=build --chown=65532:65532 /usr/local/bin/bw /usr/local/bin/bw
COPY --from=terraform --chown=65532:65532 /bin/terraform /usr/local/bin/terraform

USER 65532:65532

0 comments on commit 29251a7

Please sign in to comment.