Skip to content

Commit 8b2aa9f

Browse files
authored
Cronos image upgrade v1.4.8 (#75)
Signed-off-by: Dmitrii Spichakov <dmitrii.spichakov@chainstack.com>
1 parent 100b007 commit 8b2aa9f

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
@@ -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.7/cronos_1.4.7_Linux_x86_64.tar.gz && tar -xvf cronos_1.4.7_Linux_x86_64.tar.gz \
8-
&& rm cronos_1.4.7_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.8/cronos_1.4.8_Linux_x86_64.tar.gz && tar -xvf cronos_1.4.8_Linux_x86_64.tar.gz \
8+
&& rm cronos_1.4.8_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)