Skip to content

Commit dea2cca

Browse files
committed
update 2.3 release revision
1 parent 2f4e1df commit dea2cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y librocksdb-dev curl xxd openssl
1212
# Install chainweb applications
1313
WORKDIR /chainweb
1414
# 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 "/"
15+
RUN curl -Ls "https://kadena-cabal-cache.s3.amazonaws.com/chainweb-node/chainweb.8.8.4.ubuntu-18.04.c740c5e.tar.gz" | tar -xzC "/"
1616

1717
COPY check-reachability.sh .
1818
COPY run-chainweb-node.sh .

0 commit comments

Comments
 (0)