chore(deps): update node.js to v21

This commit is contained in:
renovate[bot] 2023-10-20 01:58:53 +00:00 committed by GitHub
parent 0cd9fd70cb
commit 3835b7da53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
# frontend # frontend
FROM node:20-slim as frontend FROM node:21-slim as frontend
RUN corepack enable RUN corepack enable
RUN corepack prepare pnpm@latest --activate RUN corepack prepare pnpm@latest --activate
WORKDIR /app WORKDIR /app