From 64526ce2de6934ebeb5c0abe763bdfcdd1f775f4 Mon Sep 17 00:00:00 2001 From: Peter Johanson Date: Tue, 25 Oct 2022 23:14:35 -0400 Subject: [PATCH] feat: Update to new Node 18 LTS version. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8153fe9..cf690c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,7 +45,7 @@ RUN \ apt-get -y update \ && apt-get -y install --no-install-recommends \ curl \ - && curl -sL https://deb.nodesource.com/setup_16.x | bash - \ + && curl -sL https://deb.nodesource.com/setup_18.x | bash - \ && apt-get -y update \ && apt-get -y install --no-install-recommends \ clang-format \