ci: use node 22
This commit is contained in:
parent
116ea59ab3
commit
b8577e9d46
|
@ -2,7 +2,7 @@
|
||||||
ARG BUILDPLATFORM=linux/amd64
|
ARG BUILDPLATFORM=linux/amd64
|
||||||
|
|
||||||
# First stage: build
|
# First stage: build
|
||||||
FROM --platform=${BUILDPLATFORM} node:19-bullseye-slim AS build
|
FROM --platform=${BUILDPLATFORM} node:22-bullseye-slim AS build
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|
Loading…
Reference in New Issue
Block a user