Update dependency nodejs/node to v22.14.0
This commit is contained in:
parent
db835da368
commit
8f21cd2703
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://nodejs.org/en/download/releases/
|
||||||
# https://endoflife.date/nodejs
|
# https://endoflife.date/nodejs
|
||||||
|
|
||||||
ARG NODE_VERSION=v22.13.1
|
ARG NODE_VERSION=v22.14.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; \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue