Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yeikel authored Jan 29, 2025
1 parent 9581a7f commit d1cd19f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions npm_and_yarn/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ ARG YARN_VERSION=4.5.3
ARG BUN_VERSION=1.2

# See https://github.com/nodesource/distributions#installation-instructions
ARG NODEJS_VERSION=20
ARG NODEJS_VERSION=22

# Check for updates at https://github.com/npm/cli/releases
# This version should be compatible with the Node.js version declared above. See https://nodejs.org/en/download/releases as well
ARG NPM_VERSION=9.6.6
ARG NPM_VERSION=10.9.2

# Install Node and npm
RUN mkdir -p /etc/apt/keyrings \
Expand Down

0 comments on commit d1cd19f

Please sign in to comment.