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 2f4e1df commit dea2ccaCopy full SHA for dea2cca
Dockerfile
@@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y librocksdb-dev curl xxd openssl
12
# Install chainweb applications
13
WORKDIR /chainweb
14
# RUN curl -Ls "https://github.com/kadena-io/chainweb-node/releases/download/<chaineweb-version>/<chainweb-binary-version>" | tar -xzC "/chainweb/"
15
-RUN curl -Ls "https://kadena-cabal-cache.s3.amazonaws.com/chainweb-node/chainweb.8.8.4.ubuntu-18.04.a88ec54.tar.gz" | tar -xzC "/"
+RUN curl -Ls "https://kadena-cabal-cache.s3.amazonaws.com/chainweb-node/chainweb.8.8.4.ubuntu-18.04.c740c5e.tar.gz" | tar -xzC "/"
16
17
COPY check-reachability.sh .
18
COPY run-chainweb-node.sh .
0 commit comments