chore(deps): update node.js to v19

This commit is contained in:
renovate[bot] 2023-01-15 06:03:49 +00:00 committed by GitHub
parent 984c1a08ac
commit b9dd0d2d29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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