This is an automated email from the ASF dual-hosted git repository.
aw pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/yetus.git
The following commit(s) were added to refs/heads/main by this push:
new a2a0af53 YETUS-1250. Upgrade nodejs (#339)
a2a0af53 is described below
commit a2a0af531bf90c97bc113948f7745c0fa6f7fad2
Author: Allen Wittenauer <[email protected]>
AuthorDate: Tue Dec 10 16:31:02 2024 -0800
YETUS-1250. Upgrade nodejs (#339)
Signed-off-by: Nick Dimiduk <[email protected]>
---
precommit/src/main/shell/test-patch-docker/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/precommit/src/main/shell/test-patch-docker/Dockerfile
b/precommit/src/main/shell/test-patch-docker/Dockerfile
index 8e4547a2..e4896cf5 100644
--- a/precommit/src/main/shell/test-patch-docker/Dockerfile
+++ b/precommit/src/main/shell/test-patch-docker/Dockerfile
@@ -399,7 +399,7 @@ ARG JSONLINT_VERSION=1.6.3
# hadolint ignore=DL3008
RUN curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key \
| gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg \
- && echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg]
https://deb.nodesource.com/node_18.x nodistro main" \
+ && echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg]
https://deb.nodesource.com/node_22.x nodistro main" \
> /etc/apt/sources.list.d/nodesource.list \
&& apt-get -q update \
&& apt-get -q install --no-install-recommends -y nodejs \