Skip to content

Commit ef258a8

Browse files
authored
Update Dockerfile
1 parent aa9f64f commit ef258a8

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
@@ -6,7 +6,7 @@ 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
RUN cd /tmp && wget --no-check-certificate https://github.com/crypto-org-chain/cronos/releases/download/v0.8.1/cronos_0.8.1-testnet_Linux_x86_64.tar.gz \
88
&& tar -xvf cronos_0.8.1-testnet_Linux_x86_64.tar.gz \
9-
&& rm cronos_0.7.0-rc3-testnet_Linux_x86_64.tar.gz && mv ./* /home/cronos/
9+
&& rm cronos_0.8.1-testnet_Linux_x86_64.tar.gz && mv ./* /home/cronos/
1010

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

0 commit comments

Comments
 (0)