Skip to content

Commit

Permalink
release/1.2.0 Update dockerfile-genkey
Browse files Browse the repository at this point in the history
  • Loading branch information
lk86 committed Nov 19, 2021
1 parent 45440dc commit feee67c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/Dockerfile-genkey
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ RUN apt-get -y update \
tzdata

# mina keypair package
RUN echo "deb [trusted=yes] http://packages.o1test.net release main" > /etc/apt/sources.list.d/o1.list \
RUN echo "deb [trusted=yes] http://packages.o1test.net stretch stable" > /etc/apt/sources.list.d/o1.list \
&& apt-get update \
&& apt-get install -y "mina-generate-keypair=1.0.2-06f3c5c"
&& apt-get install -y "mina-generate-keypair=1.2.1beta1-45440dc"

WORKDIR /

Expand Down

0 comments on commit feee67c

Please sign in to comment.