Skip to content

Commit

Permalink
chore: upgrade Node.js from v18.x to v20.x (#177)
Browse files Browse the repository at this point in the history
Updated Node.js installation source from setup_18.x to setup_20.x to
align with Ubuntu 22.04 base image requirements
  • Loading branch information
swan-amazon authored Dec 30, 2024
1 parent f242fc4 commit 20db0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ RUN curl -sSL https://install.python-poetry.org | python3 - && \
RUN curl -sSL https://get.docker.com/ | sh

# Install nodejs, npm and spell checker
RUN curl -sL https://deb.nodesource.com/setup_18.x | bash -
RUN curl -sL https://deb.nodesource.com/setup_20.x | bash -
RUN apt-get install -y nodejs
RUN npm install -g npm@latest
RUN npm install -g cspell@latest
Expand Down

0 comments on commit 20db0c0

Please sign in to comment.