Skip to content

Commit

Permalink
chore(docker): Update NodeJS to the current version
Browse files Browse the repository at this point in the history
Node version 21 is the "current" version until end of Q2 2024, see also
[1]. According to [1], the corresponding NPM version is 10.5.0. So
update the NPM version too.

[1]: https://nodejs.org/en/about/previous-releases

Signed-off-by: Frank Viernau <frank_viernau@epam.com>
  • Loading branch information
fviernau committed May 22, 2024
1 parent a9b800e commit 808b005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/versions.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ ARG GO_VERSION=1.22.2
ARG HASKELL_STACK_VERSION=2.13.1
ARG JAVA_VERSION=17
ARG LICENSEE_VERSION=9.15.3
ARG NODEJS_VERSION=20.9.0
ARG NPM_VERSION=10.1.0
ARG NODEJS_VERSION=21.7.3
ARG NPM_VERSION=10.5.0
ARG NUGET_INSPECTOR_VERSION=0.9.12
ARG PHP_VERSION=8.1
ARG PIPTOOL_VERSION=23.3.1
Expand Down

0 comments on commit 808b005

Please sign in to comment.