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.
1 parent 4095330 commit ea6c4b1Copy full SHA for ea6c4b1
dogfood/coder/Dockerfile
@@ -242,7 +242,7 @@ RUN DOCTL_VERSION=$(curl -s "https://api.github.com/repos/digitalocean/doctl/rel
242
ARG NVM_INSTALL_SHA=bdea8c52186c4dd12657e77e7515509cda5bf9fa5a2f0046bce749e62645076d
243
# Install frontend utilities
244
ENV NVM_DIR=/usr/local/nvm
245
-ENV NODE_VERSION=20.16.0
+ENV NODE_VERSION=20.19.3
246
RUN mkdir -p $NVM_DIR
247
RUN curl -o nvm_install.sh https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh && \
248
echo "${NVM_INSTALL_SHA} nvm_install.sh" | sha256sum -c && \
0 commit comments