Skip to content

Commit c4eb32f

Browse files
committed
Autofix: upgrade-nvm-tools
1 parent e62d71d commit c4eb32f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ RUN curl -fsSL "https://get.sdkman.io" | bash \
311311
# above, we are adding the sdkman init to .bashrc (executing sdkman-init.sh does that), because one is executed on interactive shells, the other for non-interactive shells (e.g. plugin-host)
312312
ENV GRADLE_USER_HOME=/workspace/.gradle/
313313

314-
ENV NODE_VERSION=18.20.4
314+
ENV NODE_VERSION=18.20.8
315315

316316
ENV PNPM_HOME=/root/.pnpm
317317
ENV PATH=/root/.nvm/versions/node/v${NODE_VERSION}/bin:/root/.yarn/bin:${PNPM_HOME}:$PATH

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=18.20.4
127+
ARG GITPOD_NODE_VERSION=18.20.8
128128
RUN bash -c ". .nvm/nvm.sh \
129129
&& nvm install $GITPOD_NODE_VERSION \
130130
&& npm install -g typescript yarn"

0 commit comments

Comments
 (0)