Skip to content

Commit 63d48ab

Browse files
autofix-botroboquat
authored andcommitted
Autofix: upgrade-nvm-tools
1 parent 6739a83 commit 63d48ab

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.2
23+
ARG NODE_VERSION=16.15.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
@@ -124,7 +124,7 @@ RUN install-packages netcat
124124
USER gitpod
125125

126126
# Fix node version we develop against
127-
ARG GITPOD_NODE_VERSION=16.14.2
127+
ARG GITPOD_NODE_VERSION=16.15.0
128128
RUN bash -c ". .nvm/nvm.sh \
129129
&& nvm install $GITPOD_NODE_VERSION \
130130
&& npm install -g typescript yarn"

0 commit comments

Comments
 (0)