chore: update to node 23
This commit is contained in:
parent
533265f59c
commit
e9a345fc24
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue