Skip to content

Commit

Permalink
update cita docker image and cita cli for release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
QingYanL committed Dec 26, 2019
1 parent b451f51 commit 1adf66b
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
@@ -1,4 +1,4 @@
FROM cita/cita-run:ubuntu-18.04-20181009
FROM cita/cita-run:ubuntu-18.04-20191128
MAINTAINER [email protected]

ARG CITA_TAR=cita_secp256k1_sha3.tar.gz
Expand All @@ -14,7 +14,7 @@ RUN curl -u ${JUSER}:${PASSWORD} -O ${CITA_TAR} \
&& cd ${CITA_DIR}

COPY ./docker-entrypoint.sh ./${CITA_DIR}
ADD https://cdn.cryptape.com/cita-cli /usr/bin/
ADD https://cdn.citahub.com/cita-cli197 /usr/bin/cita-cli

WORKDIR /root/cita/${CITA_DIR}
RUN chmod +x ./docker-entrypoint.sh \
Expand Down

0 comments on commit 1adf66b

Please sign in to comment.