We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 454db7c + 3524e3f commit 745481bCopy full SHA for 745481b
Dockerfile
@@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y ca-certificates curl gnupg software-pro
13
14
# Setup the NVM variables
15
ENV NVM_DIR=/usr/local/nvm
16
-ENV NODE_VERSION=22.11.0
+ENV NODE_VERSION=22.16.0
17
ENV NODE_PATH=$NVM_DIR/v$NODE_VERSION/lib/node_modules
18
ENV PATH=$NVM_DIR/v$NODE_VERSION/bin:$PATH
19
0 commit comments