aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile.base2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.base b/Dockerfile.base
index ffa97e6f0..38a34c6ef 100644
--- a/Dockerfile.base
+++ b/Dockerfile.base
@@ -19,7 +19,7 @@ RUN apt-get update && \
wget https://apt.llvm.org/llvm.sh --no-check-certificate && \
chmod +x llvm.sh && \
./llvm.sh 13 && \
- curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \
+ curl -fsSL https://deb.nodesource.com/setup_16.x | bash - && \
apt-get update && \
apt-get install --no-install-recommends -y \
ca-certificates \