Skip to content

Commit

Permalink
Merge pull request #287 from giffels/fix/docker-builds-nodejs
Browse files Browse the repository at this point in the history
Nodejs18 not supported anymore on Ubuntu 18.04
  • Loading branch information
giffels authored Feb 28, 2023
2 parents 44725f8 + 410f15d commit a55ab6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt-get update && apt-get upgrade -y \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

RUN curl -sL https://deb.nodesource.com/setup_18.x | bash -
RUN curl -sL https://deb.nodesource.com/setup_16.x | bash -

RUN apt-get install -y nodejs \
&& apt-get clean \
Expand Down

0 comments on commit a55ab6a

Please sign in to comment.