Skip to content

Commit ea6c4b1

Browse files
committed
update node
1 parent 4095330 commit ea6c4b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dogfood/coder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ RUN DOCTL_VERSION=$(curl -s "https://api.github.com/repos/digitalocean/doctl/rel
242242
ARG NVM_INSTALL_SHA=bdea8c52186c4dd12657e77e7515509cda5bf9fa5a2f0046bce749e62645076d
243243
# Install frontend utilities
244244
ENV NVM_DIR=/usr/local/nvm
245-
ENV NODE_VERSION=20.16.0
245+
ENV NODE_VERSION=20.19.3
246246
RUN mkdir -p $NVM_DIR
247247
RUN curl -o nvm_install.sh https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh && \
248248
echo "${NVM_INSTALL_SHA} nvm_install.sh" | sha256sum -c && \

0 commit comments

Comments
 (0)