Skip to content

Commit

Permalink
Update .devfile.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
olexii4 authored Nov 13, 2024
1 parent a20bec2 commit 036c666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devfile.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apt-get update &&\
echo 'user ALL=NOPASSWD: ALL' > /etc/sudoers.d/user

# Install Node.js for che-code editor
ARG NODE_VERSION=v20.12.2
ARG NODE_VERSION=v20.0.0
ARG NODE_DISTRO=linux-x64
ARG NODE_BASE_URL=https://nodejs.org/dist/${NODE_VERSION}

Expand Down

0 comments on commit 036c666

Please sign in to comment.