Skip to content

Commit 808b005

Browse files
committed
chore(docker): Update NodeJS to the current version
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 <[email protected]>
1 parent a9b800e commit 808b005

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/versions.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ ARG GO_VERSION=1.22.2
1212
ARG HASKELL_STACK_VERSION=2.13.1
1313
ARG JAVA_VERSION=17
1414
ARG LICENSEE_VERSION=9.15.3
15-
ARG NODEJS_VERSION=20.9.0
16-
ARG NPM_VERSION=10.1.0
15+
ARG NODEJS_VERSION=21.7.3
16+
ARG NPM_VERSION=10.5.0
1717
ARG NUGET_INSPECTOR_VERSION=0.9.12
1818
ARG PHP_VERSION=8.1
1919
ARG PIPTOOL_VERSION=23.3.1

0 commit comments

Comments
 (0)