chore: pnpm@9 + node@23

This commit is contained in:
Philipp Dormann 2024-12-18 18:10:04 +01:00
parent 1e882a37f5
commit 0ca99e7a16
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314
2 changed files with 1930 additions and 1541 deletions

View File

@ -1,9 +1,9 @@
FROM registry.odit.services/hub/library/node:19.5.0-alpine3.16 as build
FROM registry.odit.services/hub/library/node:23.4.0-alpine3.20 as build
ARG NPM_REGISTRY_URL=https://registry.npmjs.org
WORKDIR /app
COPY package.json ./
RUN npm config set registry $NPM_REGISTRY_URL && npm i -g pnpm@8
RUN npm config set registry $NPM_REGISTRY_URL && npm i -g pnpm@9
RUN mkdir /pnpm && pnpm config set store-dir /pnpm && pnpm i
COPY . .

3467
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff