Skip to content

Commit 3be2a2a

Browse files
committed
download node from stackable mirror
1 parent 1ed9441 commit 3be2a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opensearch-dashboards/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ microdnf update
3434
microdnf install tar unzip
3535
microdnf clean all
3636
rm -rf /var/cache/yum
37-
curl "https://nodejs.org/dist/v${NODEJS_VERSION}/node-v${NODEJS_VERSION}-linux-${ARCH}.tar.gz" | tar -xzC /usr/local --strip-components=1
37+
curl "https://repo.stackable.tech/repository/packages/node/node-v${NODEJS_VERSION}-linux-${ARCH}.tar.gz" | tar -xzC /usr/local --strip-components=1
3838
npm install -g yarn@${YARN_VERSION} @cyclonedx/cdxgen@${CDXGEN_VERSION}
3939
EOF
4040

0 commit comments

Comments
 (0)