Merge pull request #275 from PrismLauncher/renovate/docker.io-library-node-21.x

This commit is contained in:
txtsd 2023-10-24 04:19:58 +00:00 committed by GitHub
commit d61d51f1a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM docker.io/library/node:20-alpine
FROM docker.io/library/node:21-alpine
RUN corepack enable
RUN corepack prepare pnpm@latest --activate