Skip to content

Commit

Permalink
Update Node.js to version 20 in the docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
smarr committed May 7, 2023
1 parent 8e521fc commit 176c441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV TZ=UTC
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone

# Add Node.js repo
RUN curl -sL https://deb.nodesource.com/setup_19.x | bash -
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash -

RUN sh -c 'echo "deb http://cloud.r-project.org/bin/linux/debian bullseye-cran40/" > /etc/apt/sources.list.d/r-project.list' && \
apt-key adv --keyserver keyserver.ubuntu.com --recv-key '95C0FAF38DB3CCAD0C080A7BDC78B2DDEABC47B7'
Expand Down

0 comments on commit 176c441

Please sign in to comment.