We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64bb72f commit 5945fe5Copy full SHA for 5945fe5
1 file changed
.controlplane/Dockerfile
@@ -12,7 +12,7 @@ RUN apt-get update -qq && \
12
13
# Install JavaScript dependencies
14
# Make sure NODE_VERSION matches the node version in .nvmrc and package.json
15
-ARG NODE_VERSION=22.3.0
+ARG NODE_VERSION=22.12.0
16
ARG YARN_VERSION=1.22.19
17
ENV PATH=/usr/local/node/bin:$PATH
18
RUN curl -sL https://github.com/nodenv/node-build/archive/master.tar.gz | tar xz -C /tmp/ && \
0 commit comments