Updates node to version 18

This commit is contained in:
Mouse Reeve 2022-07-26 15:07:40 -07:00
parent 056f9c45a4
commit bdd75c434b

View file

@ -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 .