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/
|