Skip to content

Commit

Permalink
Merge pull request #1210 from nabeken/fix/use-correct-uid
Browse files Browse the repository at this point in the history
fix(Dockerfile): use correct uid
  • Loading branch information
nabeken authored Jan 4, 2025
2 parents cc8d796 + b746c37 commit 67adc26
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 @@ -23,5 +23,5 @@ RUN set -eo pipefail; \
COPY src/ /

# run as user
# https://github.com/renovatebot/docker-renovate-full/blob/main/Dockerfile
USER 1000
# https://github.com/renovatebot/renovate/blob/main/tools/docker/Dockerfile
USER 12021

0 comments on commit 67adc26

Please sign in to comment.