Skip to content

Commit

Permalink
Spsh 519 (#368)
Browse files Browse the repository at this point in the history
* Do not automatically mount a service account token.

* Use unprivileged user
  • Loading branch information
kristoff-kiefer authored May 17, 2024
1 parent a01752e commit a592a91
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 @@ -17,7 +17,7 @@ RUN npm run build
FROM $BASE_IMAGE_BUILDER as deployment

RUN apk --no-cache upgrade

USER node
ENV NODE_ENV=prod
WORKDIR /app
COPY package*.json ./
Expand Down

0 comments on commit a592a91

Please sign in to comment.