Skip to content

Commit

Permalink
Merge pull request #62 from chainstack/feature/OPS-4315
Browse files Browse the repository at this point in the history
Bump mainnet image v1.4.2
  • Loading branch information
Spich3000 authored Jan 2, 2025
2 parents b80b468 + 3034f3b commit 1af4edc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added .DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,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 /tmp && 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/
RUN cd /tmp && wget --no-check-certificate https://github.com/crypto-org-chain/cronos/releases/download/v1.4.2/cronos_1.4.2_Linux_x86_64.tar.gz && tar -xvf cronos_1.4.2_Linux_x86_64.tar.gz \
&& rm cronos_1.4.2_Linux_x86_64.tar.gz && mv ./* /home/cronos/
RUN chown -R cronos:cronos /home/cronos

USER root
Expand Down

0 comments on commit 1af4edc

Please sign in to comment.