Skip to content

Commit

Permalink
gpg: explicitly pass file name
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmos authored and krallin committed Nov 19, 2018
1 parent 09bb1fa commit cefad7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ your package manager):
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini.asc /tini.asc
RUN gpg --batch --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 595E85A6B1B4779EA4DAAEC70B588DFF0527A9B7 \
&& gpg --batch --verify /tini.asc
&& gpg --batch --verify /tini.asc /tini


### Alpine Linux Package ###
Expand Down
2 changes: 1 addition & 1 deletion tpl/README.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ your package manager):
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini.asc /tini.asc
RUN gpg --batch --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 595E85A6B1B4779EA4DAAEC70B588DFF0527A9B7 \
&& gpg --batch --verify /tini.asc
&& gpg --batch --verify /tini.asc /tini


### Alpine Linux Package ###
Expand Down

0 comments on commit cefad7b

Please sign in to comment.