Skip to content

Commit

Permalink
fix(docker): chmod the renovate cache dir to allow custom uids (#32649)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel-Ladzaretti authored Nov 21, 2024
1 parent 910716b commit a4d8bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ RUN ln -sf /usr/local/renovate/node /bin/node

# ensure default base and cache directories exist.
RUN mkdir -p /tmp/renovate/cache && \
chmod -R 775 /tmp/renovate
chmod -R 777 /tmp/renovate

# test
RUN set -ex; \
Expand Down

0 comments on commit a4d8bff

Please sign in to comment.