We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5f7ada commit f3ad407Copy full SHA for f3ad407
build-alpine.sh
@@ -2,7 +2,7 @@
2
3
set -eu
4
5
-node_ver=v25.8.1
+node_ver=v25.8.2
6
7
apk add \
8
clang \
lto.diff
@@ -1,5 +1,5 @@
1
diff --git a/common.gypi b/common.gypi
-index 2e7aa943..3088d541 100644
+index 71478361..e5b87aa8 100644
--- a/common.gypi
+++ b/common.gypi
@@ -187,9 +187,9 @@
utils/update-diff.sh
@@ -7,7 +7,7 @@ trap 'rm -rf "$workdir"' EXIT
cd "$workdir"
9
10
-git clone --depth=1 --branch=v25.8.1 https://github.com/nodejs/node.git .
+git clone --depth=1 --branch=v25.8.2 https://github.com/nodejs/node.git .
11
12
git apply "$OLDPWD/lto.diff"
13
0 commit comments