diff --git a/.nvmrc b/.nvmrc index fac0b0a839..2dbbe00e67 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -16.20.0 +20.11.1 diff --git a/Dockerfile.frontend b/Dockerfile.frontend index 8c94af9ada..fc9ce79349 100644 --- a/Dockerfile.frontend +++ b/Dockerfile.frontend @@ -7,7 +7,7 @@ # when the dependencies change. # Start with the official Node.js image to install dependencies -FROM node:16.20.0-alpine AS modules +FROM node:20.11.1 AS modules WORKDIR /app # ENV PATH /app/node_modules/.bin:$PATH