Update dependency nodejs/node to v22.15.0
This commit is contained in:
parent
c3325ca6ea
commit
1b5b19a6bf
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ RUN gpg --keyserver=hkps://keys.openpgp.org --recv-keys \
|
|||
# https://nodejs.org/en/download/releases/
|
||||
# https://endoflife.date/nodejs
|
||||
|
||||
ARG NODE_VERSION=v22.14.0
|
||||
ARG NODE_VERSION=v22.15.0
|
||||
RUN --mount=type=cache,target=/build \
|
||||
ARCH=$(dpkg --print-architecture); \
|
||||
[[ $ARCH == amd64 ]] && export SUFFIX=x64; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue