Update dependency nodejs/node to v22.15.0

This commit is contained in:
Renovate 2025-04-23 08:02:49 +00:00
parent c3325ca6ea
commit 1b5b19a6bf
No known key found for this signature in database
GPG key ID: C9EE8FA27A4A840A

View file

@ -28,7 +28,7 @@ RUN gpg --keyserver=hkps://keys.openpgp.org --recv-keys \
# https://nodejs.org/en/download/releases/ # https://nodejs.org/en/download/releases/
# https://endoflife.date/nodejs # https://endoflife.date/nodejs
ARG NODE_VERSION=v22.14.0 ARG NODE_VERSION=v22.15.0
RUN --mount=type=cache,target=/build \ RUN --mount=type=cache,target=/build \
ARCH=$(dpkg --print-architecture); \ ARCH=$(dpkg --print-architecture); \
[[ $ARCH == amd64 ]] && export SUFFIX=x64; \ [[ $ARCH == amd64 ]] && export SUFFIX=x64; \