chore(deps): pnpm@9 + node@23
This commit is contained in:
parent
ab4f82ccf1
commit
c4ad18cb4f
@ -1,9 +1,9 @@
|
||||
FROM registry.odit.services/hub/library/node:19.8.1-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 . ./
|
||||
RUN npm config set registry $NPM_REGISTRY_URL && npm i -g pnpm@8 && pnpm i
|
||||
RUN npm config set registry $NPM_REGISTRY_URL && npm i -g pnpm@9 && pnpm i
|
||||
RUN pnpm build
|
||||
|
||||
# final image
|
||||
|
Loading…
x
Reference in New Issue
Block a user