Skip to content

Commit

Permalink
pin pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
tochukwualor committed Jul 10, 2024
1 parent c76a492 commit d758434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/images/n8n-custom/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COPY --chown=node:node packages ./packages
COPY --chown=node:node patches ./patches

RUN apk add --update libc6-compat jq
RUN corepack enable && corepack prepare pnpm@9.3.0 --activate
RUN corepack enable && corepack prepare pnpm@9.3.0 --activate && corepack use pnpm@9.3.0
USER node

RUN printf "@deep-consulting-solutions:registry=https://npm.pkg.github.com/\nalways-auth=true\n//npm.pkg.github.com/:_authToken=%s" $TOKEN_FOR_PACKAGES >> .npmrc
Expand Down

0 comments on commit d758434

Please sign in to comment.