Skip to content

Commit

Permalink
update nodejs to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Haider committed Jul 1, 2020
1 parent 43a337a commit 9c41897
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 @@ -35,7 +35,7 @@ RUN apt-get install -y \
containerd.io=$CONTAINERD_VERSION

# install nodejs
RUN curl -sL https://deb.nodesource.com/setup_11.x | bash - \
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - \
&& apt-get install -y \
nodejs \
autoconf \
Expand Down

0 comments on commit 9c41897

Please sign in to comment.