Skip to content

Commit ba07590

Browse files
autofix-botroboquat
authored andcommitted
Autofix: upgrade-nvm-tools
1 parent fddc395 commit ba07590

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/ide/code/leeway.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM gitpod/openvscode-server-linux-build-agent:bionic-x64 as code_builder
2020

2121
ARG CODE_COMMIT
2222

23-
ARG NODE_VERSION=14.18.2
23+
ARG NODE_VERSION=14.19.0
2424
ARG NVM_DIR="/root/.nvm"
2525
RUN mkdir -p $NVM_DIR \
2626
&& curl -fsSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | sh \

dev/image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ RUN install-packages netcat
126126
USER gitpod
127127

128128
# Fix node version we develop against
129-
ARG GITPOD_NODE_VERSION=16.13.1
129+
ARG GITPOD_NODE_VERSION=16.14.0
130130
RUN bash -c ". .nvm/nvm.sh \
131131
&& nvm install $GITPOD_NODE_VERSION \
132132
&& npm install -g typescript yarn"

0 commit comments

Comments
 (0)