Skip to content

Commit 5419140

Browse files
autofix-botroboquat
authored andcommitted
Autofix: upgrade-nvm-tools
1 parent a78f4ef commit 5419140

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=16.14.0
23+
ARG NODE_VERSION=16.14.2
2424
ARG NVM_DIR="/root/.nvm"
2525
RUN mkdir -p $NVM_DIR \
2626
&& curl -fsSL https://github.com/raw/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
@@ -122,7 +122,7 @@ RUN install-packages netcat
122122
USER gitpod
123123

124124
# Fix node version we develop against
125-
ARG GITPOD_NODE_VERSION=16.14.0
125+
ARG GITPOD_NODE_VERSION=16.14.2
126126
RUN bash -c ". .nvm/nvm.sh \
127127
&& nvm install $GITPOD_NODE_VERSION \
128128
&& npm install -g typescript yarn"

0 commit comments

Comments
 (0)