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 1ed9441 commit 3be2a2aCopy full SHA for 3be2a2a
opensearch-dashboards/Dockerfile
@@ -34,7 +34,7 @@ microdnf update
34
microdnf install tar unzip
35
microdnf clean all
36
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
+curl "https://repo.stackable.tech/repository/packages/node/node-v${NODEJS_VERSION}-linux-${ARCH}.tar.gz" | tar -xzC /usr/local --strip-components=1
38
npm install -g yarn@${YARN_VERSION} @cyclonedx/cdxgen@${CDXGEN_VERSION}
39
EOF
40
0 commit comments