We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11fad0f commit b9e2f5dCopy full SHA for b9e2f5d
Dockerfile
@@ -11,7 +11,7 @@ RUN apt-get update -qq && apt-get install -yq --no-install-recommends \
11
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
12
13
# Add Node.js to sources list
14
-RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
+RUN curl -sL https://deb.nodesource.com/setup_16.x | bash -
15
16
# Install Node.js version that will enable installation of yarn
17
RUN apt-get install -y --no-install-recommends \
0 commit comments