Skip to content

Commit

Permalink
Merge pull request #59 from chainstack/feature/cronos-mainnet-upgrade
Browse files Browse the repository at this point in the history
Upgrade cronos mainnet version to 1.4.0
  • Loading branch information
mukul3097 authored Dec 12, 2024
2 parents 18c3880 + 2479c60 commit 68ea02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN adduser --disabled-password --gecos "" --no-create-home --uid 1000 cronos
RUN mkdir -p /home/cronos/data && mkdir -p /home/cronos/config
RUN apt-get update -y && apt-get install wget curl procps net-tools jq lz4 -y
RUN cd /home/cronos && wget --no-check-certificate https://github.com/crypto-org-chain/cronos/releases/download/v1.4.0/cronos_1.4.0_Linux_x86_64.tar.gz && tar -xvf cronos_1.4.0_Linux_x86_64.tar.gz \
&& rm cronos_1.4.0_Linux_x86_64.tar.gz && mv ./* /home/cronos/
&& rm cronos_1.4.0_Linux_x86_64.tar.gz

RUN chown -R cronos:cronos /home/cronos

Expand Down

0 comments on commit 68ea02b

Please sign in to comment.