Skip to content

Commit

Permalink
node update
Browse files Browse the repository at this point in the history
  • Loading branch information
tochukwualor committed Jul 10, 2024
1 parent aea8cde commit eb93276
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/images/n8n-custom/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NODE_VERSION=16
ARG NODE_VERSION=18
ARG ACCESS_TOKEN

# 1. Create an image to build n8n
Expand All @@ -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 --activate
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 eb93276

Please sign in to comment.