Skip to content

Commit 5f76344

Browse files
committed
Updated node to v16
1 parent 5a74eb5 commit 5f76344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.node

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN echo "Node: jc21/nginx-full:${BASE_TAG:-latest}, ${TARGETPLATFORM:-linux/amd
66

77
ENV CURL_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt
88

9-
RUN curl -fsSL https://deb.nodesource.com/setup_15.x | bash - \
9+
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - \
1010
&& apt-get update \
1111
&& apt-get install -y gcc make g++ git nodejs \
1212
&& apt-get clean \

0 commit comments

Comments
 (0)