diff --git a/Dockerfile b/Dockerfile index d93ea2b..26e541c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Build Nuxt -FROM node:17-alpine as frontend-builder +FROM node:19-alpine as frontend-builder WORKDIR /app RUN npm install -g pnpm COPY frontend/package.json frontend/pnpm-lock.yaml ./