Skip to content

Commit e8e65e5

Browse files
authored
Merge pull request #77 from chainstack/feature/1.4.9-mainnet
chore:1.4.9-mainnet
2 parents 7481c3e + f3eb4d8 commit e8e65e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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.9/cronos_1.4.9-testnet_Darwin_x86_64.tar.gz && tar -xvf cronos_1.4.9_Linux_x86_64.tar.gz \
7+
RUN cd /tmp && wget --no-check-certificate https://github.com/crypto-org-chain/cronos/releases/download/v1.4.9/cronos_1.4.9_Linux_x86_64.tar.gz && tar -xvf cronos_1.4.9_Linux_x86_64.tar.gz \
88
&& rm cronos_1.4.9_Linux_x86_64.tar.gz && mv ./* /home/cronos/
99
RUN chown -R cronos:cronos /home/cronos && chmod 1777 /tmp
1010

0 commit comments

Comments
 (0)