try node 18

Former-commit-id: 2e2eed143d
This commit is contained in:
Hayden 2023-08-02 09:01:36 -05:00
parent 21d54eb2ac
commit 5524dfa83d

View file

@ -1,6 +1,6 @@
# Build Nuxt
FROM node:17-alpine as frontend-builder
FROM node:18-alpine as frontend-builder
WORKDIR /app
RUN npm install -g pnpm
COPY frontend/package.json frontend/pnpm-lock.yaml ./