diff --git a/docker/Dockerfile.node b/docker/Dockerfile.node index 742bba1..64d1040 100644 --- a/docker/Dockerfile.node +++ b/docker/Dockerfile.node @@ -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 \