We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b89bd03 commit 75734ecCopy full SHA for 75734ec
build.sh
@@ -2,7 +2,7 @@
2
3
set -eu
4
5
-node_ver=v22.5.1
+node_ver=v22.7.0
6
7
apk add \
8
linux-headers \
@@ -12,6 +12,7 @@ apk add \
12
cd "$(mktemp -d)"
13
14
curl -f -L --retry 5 https://nodejs.org/dist/$node_ver/node-$node_ver.tar.xz | tar xJ --strip-components=1
15
+sed -i -e '/v8_enable_sandbox/d' configure.py
16
patch -p1 -i /workspace/use-etc-ssl-certs.patch
17
18
make -j"$(nproc)" binary \
0 commit comments