From bdd75c434b91c8474454a72c8763208509f65f7a Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Tue, 26 Jul 2022 15:07:40 -0700 Subject: [PATCH] Updates node to version 18 --- dev-tools/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tools/Dockerfile b/dev-tools/Dockerfile index c207a60d0..9abc7491e 100644 --- a/dev-tools/Dockerfile +++ b/dev-tools/Dockerfile @@ -9,6 +9,6 @@ COPY package.json requirements.txt .stylelintrc.js .stylelintignore /app/ RUN pip install -r requirements.txt RUN apt-get update && apt-get install -y curl -RUN curl -sL https://deb.nodesource.com/setup_17.x | bash - +RUN curl -sL https://deb.nodesource.com/setup_18.x | bash - RUN apt-get install -y nodejs && apt-get clean RUN npm install .