chore(deps): update node.js to v20

This commit is contained in:
renovate[bot] 2023-04-20 23:29:59 +00:00 committed by GitHub
parent 21ad5a32c1
commit d92c36f252
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:20-alpine as frontend-builder
WORKDIR /app
RUN npm install -g pnpm
COPY frontend/package.json frontend/pnpm-lock.yaml ./