Skip to content

Commit

Permalink
Bump NodeJS version.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Sep 26, 2023
1 parent e469fbd commit 75b0af5
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 @@ -188,7 +188,7 @@ ENV C3DPATH=/opt/c3d/bin \
PATH=/opt/c3d/bin:$PATH

# Install SVGO
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash -
RUN curl -sL https://deb.nodesource.com/setup_20.x | bash -
RUN apt-get -y install nodejs
RUN npm install -g svgo

Expand Down

0 comments on commit 75b0af5

Please sign in to comment.