Update node to v14 and run yarn-audit-fix

This commit is contained in:
Riccardo Graziosi
2022-03-31 19:51:03 +02:00
parent 74c6fa5651
commit b4e859d3b4
2 changed files with 17 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
FROM ruby:2.6.3
RUN curl -sL https://deb.nodesource.com/setup_11.x | bash -
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
RUN apt-get update -qq && apt-get install -y nodejs postgresql-client
RUN npm install -g yarn