From e40b9993d4c9f9953a2d8c6944da924add5488e1 Mon Sep 17 00:00:00 2001 From: "J.C. Zhong" Date: Thu, 15 Jun 2023 00:05:04 +0000 Subject: [PATCH] upgrade nodejs from v16 to v18 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ab4899a28..2883842e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN rm -rf /var/lib/apt/lists/* \ build-essential \ libssl-dev \ libldap2-dev \ - && curl -fsSL https://deb.nodesource.com/setup_16.x | bash - \ + && curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \ && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y --allow-downgrades --allow-remove-essential --allow-change-held-packages \ nodejs \ && apt-get clean