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 .