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 5a74eb5 commit 5f76344Copy full SHA for 5f76344
docker/Dockerfile.node
@@ -6,7 +6,7 @@ RUN echo "Node: jc21/nginx-full:${BASE_TAG:-latest}, ${TARGETPLATFORM:-linux/amd
6
7
ENV CURL_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt
8
9
-RUN curl -fsSL https://deb.nodesource.com/setup_15.x | bash - \
+RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - \
10
&& apt-get update \
11
&& apt-get install -y gcc make g++ git nodejs \
12
&& apt-get clean \
0 commit comments