File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,16 +31,16 @@ RUN \
31
31
cd - && \
32
32
rm -rf "${TEMP_DIR}"
33
33
34
- # nodejs 16 + VSCODE_NODEJS_RUNTIME_DIR are required on ubi9 based images
34
+ # nodejs 18 + VSCODE_NODEJS_RUNTIME_DIR are required on ubi9 based images
35
35
# until we fix https://github.com/eclipse/che/issues/21778
36
36
# When fixed, we won't need this Dockerfile anymore.
37
37
# c.f. https://github.com/che-incubator/che-code/pull/120
38
38
RUN \
39
39
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash && \
40
40
export NVM_DIR="$HOME/.nvm" && \
41
41
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && \
42
- nvm install 16.20 .0
43
- ENV VSCODE_NODEJS_RUNTIME_DIR="$HOME/.nvm/versions/node/v16.20 .0/bin/"
42
+ nvm install 18.18 .0
43
+ ENV VSCODE_NODEJS_RUNTIME_DIR="$HOME/.nvm/versions/node/v18.18 .0/bin/"
44
44
45
45
# Set permissions on /etc/passwd and /home to allow arbitrary users to write
46
46
RUN chgrp -R 0 /home && chmod -R g=u /etc/passwd /etc/group /home
You can’t perform that action at this time.
0 commit comments