Skip to content

Commit

Permalink
fix: hotfix tiged2 (#338)
Browse files Browse the repository at this point in the history
* fix: use tiged2 patched fork

* chore: doc
  • Loading branch information
devthejo authored Jun 15, 2023
1 parent 29b678d commit 667cec3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/degit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ ENV NODE_PATH $NODE_HOME/lib/node_modules
ENV PATH $NODE_HOME/bin:$PATH
RUN curl https://nodejs.org/dist/v$NODE_VERSION/$NODE_PACKAGE.tar.gz | tar -xzC /opt/

RUN npm i -g tiged
# RUN npm i -g tiged
# until https://github.com/tiged/tiged/issues/79 fixed
RUN npm i -g tiged2

USER 1000

0 comments on commit 667cec3

Please sign in to comment.