Skip to content

Commit 6745844

Browse files
authored
Update Node.js setup to version 16
1 parent 48326af commit 6745844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN apt-get update -qq && \
1919
libyaml-dev
2020

2121
# Add Node, required for asset pipeline.
22-
RUN curl -sL https://deb.nodesource.com/setup_18.x | bash - && \
22+
RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - && \
2323
apt-get install -y nodejs && \
2424
npm install -q -g yarn
2525

0 commit comments

Comments
 (0)