Skip to content

Commit 3bc8405

Browse files
authored
Cronos mainnet image upgrade v1.4.10 (#80)
Signed-off-by: Dmitrii Spichakov <[email protected]>
1 parent 677f093 commit 3bc8405

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.DS_Store

-6 KB
Binary file not shown.

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ RUN adduser --disabled-password --gecos "" --no-create-home --uid 1000 cronos
44

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
7-
RUN cd /tmp && wget --no-check-certificate https://github.com/crypto-org-chain/cronos/releases/download/v1.4.10/cronos_1.4.10-testnet_Linux_x86_64.tar.gz && tar -xvf cronos_1.4.10-testnet_Linux_x86_64.tar.gz \
8-
&& rm cronos_1.4.10-testnet_Linux_x86_64.tar.gz && mv ./* /home/cronos/
7+
RUN cd /tmp && wget --no-check-certificate https://github.com/crypto-org-chain/cronos/releases/download/v1.4.10/cronos_1.4.10_Linux_x86_64.tar.gz && tar -xvf cronos_1.4.10_Linux_x86_64.tar.gz \
8+
&& rm cronos_1.4.10_Linux_x86_64.tar.gz && mv ./* /home/cronos/
99
RUN chown -R cronos:cronos /home/cronos && chmod 1777 /tmp
1010

1111
USER root

0 commit comments

Comments
 (0)