Skip to content

Commit a7db549

Browse files
authored
Merge pull request #86 from chainstack/feature/INFRA-6021
feat: INFRA-6021 Cronos Mainnet image bump up to v1.5.1
2 parents 4c6c164 + b8e0934 commit a7db549

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
@@ -8,8 +8,8 @@ RUN mkdir -p /home/cronos/data && mkdir -p /home/cronos/config
88
RUN apt-get update -y && apt-get install wget curl procps net-tools jq lz4 -y
99

1010
# Download and verify tarball
11-
RUN cd /tmp && wget --no-check-certificate https://github.com/crypto-org-chain/cronos/releases/download/v1.5.1/cronos_1.5.1-testnet_Linux_x86_64.tar.gz && tar -xvf cronos_1.5.1-testnet_Linux_x86_64.tar.gz \
12-
&& rm cronos_1.5.1-testnet_Linux_x86_64.tar.gz && mv ./* /home/cronos/
11+
RUN cd /tmp && wget --no-check-certificate https://github.com/crypto-org-chain/cronos/releases/download/v1.5.1/cronos_1.5.1_Linux_x86_64.tar.gz && tar -xvf cronos_1.5.1_Linux_x86_64.tar.gz \
12+
&& rm cronos_1.5.1_Linux_x86_64.tar.gz && mv ./* /home/cronos/
1313

1414
# Set permissions
1515
RUN chown -R cronos:cronos /home/cronos && chmod 1777 /tmp

0 commit comments

Comments
 (0)