Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yeikel committed Mar 8, 2024
1 parent 462f4b2 commit 0dee7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npm_and_yarn/Dockerfile
Expand Up @@ -15,7 +15,7 @@ ARG NODEJS_VERSION=20
# 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
# TODO: Upgrade to 9.6.7 depending on the outcome of https://github.com/npm/cli/issues/6742
ARG NPM_VERSION=9.6.7
ARG NPM_VERSION=9.6.6

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

0 comments on commit 0dee7b3

Please sign in to comment.