Skip to content

Commit

Permalink
bump 1.1.0-rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilia Kovalev committed Oct 12, 2023
1 parent 21fbbfa commit bba7f63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ 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.0.11/cronos_1.0.11-testnet_Linux_x86_64.tar.gz && tar -xvf cronos_1.0.11-testnet_Linux_x86_64.tar.gz \
&& rm cronos_1.0.11-testnet_Linux_x86_64.tar.gz
RUN cd /home/cronos && wget --no-check-certificate https://github.com/crypto-org-chain/cronos/releases/download/v1.1.0-rc0/cronos_1.1.0-rc0-testnet_Linux_x86_64.tar.gz && tar -xvf cronos_1.1.0-rc0-testnet_Linux_x86_64.tar.gz \
&& rm cronos_1.1.0-rc0-testnet_Linux_x86_64.tar.gz

RUN chown -R cronos:cronos /home/cronos

Expand Down

0 comments on commit bba7f63

Please sign in to comment.