Skip to content

Commit 3d54386

Browse files
committed
Update node-sass
1 parent a664cc2 commit 3d54386

File tree

3 files changed

+4150
-2815
lines changed

3 files changed

+4150
-2815
lines changed

build/semesterly-base/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ RUN apt-get install -y \
99
git \
1010
curl
1111

12-
# Install node 14.x
13-
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
12+
# Install node 12.x
13+
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash -
1414
RUN apt-get install -y nodejs
1515

1616
# This saves some build time by installing base requirements

0 commit comments

Comments
 (0)