fix(docker): обновить node:20-alpine → 22-alpine (pnpm 11 требует Node ≥22)
Some checks failed
CI / Backend (.NET 8) (push) Has been cancelled
CI / Web (React + Vite) (push) Has been cancelled
CI / POS (WPF, Windows) (push) Has been cancelled
Docker Web / Build + push Web (push) Has been cancelled
Docker Web / Deploy Web on stage (push) Has been cancelled
Some checks failed
CI / Backend (.NET 8) (push) Has been cancelled
CI / Web (React + Vite) (push) Has been cancelled
CI / POS (WPF, Windows) (push) Has been cancelled
Docker Web / Build + push Web (push) Has been cancelled
Docker Web / Deploy Web on stage (push) Has been cancelled
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
fc2cbee3d7
commit
05c70f0368
|
|
@ -1,5 +1,5 @@
|
||||||
ARG LOCAL_REGISTRY=127.0.0.1:5001
|
ARG LOCAL_REGISTRY=127.0.0.1:5001
|
||||||
FROM ${LOCAL_REGISTRY}/mirror/node:20-alpine AS build
|
FROM ${LOCAL_REGISTRY}/mirror/node:22-alpine AS build
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
|
|
||||||
RUN corepack enable
|
RUN corepack enable
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue