mirror of https://github.com/docker/cli.git
5 lines
94 B
Docker
5 lines
94 B
Docker
|
ARG NOTARY_VERSION=0.5.0
|
||
|
FROM notary:server-${NOTARY_VERSION}
|
||
|
|
||
|
COPY ./notary-evil/ /fixtures/
|