chore: update to node 23

This commit is contained in:
Methapon2001 2025-02-03 16:07:02 +07:00
parent 533265f59c
commit e9a345fc24

View file

@ -1,9 +1,8 @@
FROM node:20-slim AS base
FROM node:23-slim AS base
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN npm i -g corepack@latest
RUN corepack enable
RUN apt-get update && apt-get install -y openssl
RUN pnpm i -g prisma prisma-kysely