diff --git a/flowauth.Dockerfile b/flowauth.Dockerfile index 90c196ceb7..2ebe93a9ff 100644 --- a/flowauth.Dockerfile +++ b/flowauth.Dockerfile @@ -3,7 +3,7 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. # Repinned: https://github.com/eslint/eslint-scope/issues/55 -FROM node:16 as builder +FROM node:25 as builder COPY flowauth/frontend / RUN npm install --production