Skip to content

Commit b9e2f5d

Browse files
committed
Update to Node.js 16
1 parent 11fad0f commit b9e2f5d

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
@@ -11,7 +11,7 @@ RUN apt-get update -qq && apt-get install -yq --no-install-recommends \
1111
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
1212

1313
# Add Node.js to sources list
14-
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
14+
RUN curl -sL https://deb.nodesource.com/setup_16.x | bash -
1515

1616
# Install Node.js version that will enable installation of yarn
1717
RUN apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)