try node 18

This commit is contained in:
Hayden 2023-08-02 09:01:36 -05:00
parent 272cc5a370
commit 2e2eed143d
No known key found for this signature in database
GPG key ID: 17CF79474E257545

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 ./