Skip to content

Commit 21fbbfa

Browse files
authored
Merge pull request #26 from chainstack/feature/cronos-testnet-v1.0.11
feature/cronos-testnet-v1.0.11
2 parents bb386ed + da8feb8 commit 21fbbfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ RUN adduser --disabled-password --gecos "" --no-create-home --uid 1000 cronos
55
RUN mkdir -p /home/cronos/data && mkdir -p /home/cronos/config
66
RUN apt-get update -y && apt-get install wget curl procps net-tools jq lz4 -y
77

8-
RUN cd /home/cronos && wget --no-check-certificate https://github.com/crypto-org-chain/cronos/releases/download/v1.0.9/cronos_1.0.9-testnet_Linux_x86_64.tar.gz && tar -xvf cronos_1.0.9-testnet_Linux_x86_64.tar.gz \
9-
&& rm cronos_1.0.9-testnet_Linux_x86_64.tar.gz
8+
RUN cd /home/cronos && wget --no-check-certificate https://github.com/crypto-org-chain/cronos/releases/download/v1.0.11/cronos_1.0.11-testnet_Linux_x86_64.tar.gz && tar -xvf cronos_1.0.11-testnet_Linux_x86_64.tar.gz \
9+
&& rm cronos_1.0.11-testnet_Linux_x86_64.tar.gz
1010

1111
RUN chown -R cronos:cronos /home/cronos
1212

0 commit comments

Comments
 (0)