Updated node to v16

This commit is contained in:
Jamie Curnow
2021-08-13 15:48:42 +10:00
parent 5a74eb56f0
commit 5f76344d22
+1 -1
View File
@@ -6,7 +6,7 @@ RUN echo "Node: jc21/nginx-full:${BASE_TAG:-latest}, ${TARGETPLATFORM:-linux/amd
ENV CURL_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt
RUN curl -fsSL https://deb.nodesource.com/setup_15.x | bash - \
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - \
&& apt-get update \
&& apt-get install -y gcc make g++ git nodejs \
&& apt-get clean \