|
@@ -180,7 +180,7 @@ RUN set -x \
|
|
|
&& rm -rf "$GOPATH"
|
|
|
|
|
|
# Install notary and notary-server
|
|
|
-ENV NOTARY_VERSION v0.4.2
|
|
|
+ENV NOTARY_VERSION v0.5.0
|
|
|
RUN set -x \
|
|
|
&& export GOPATH="$(mktemp -d)" \
|
|
|
&& git clone https://github.com/docker/notary.git "$GOPATH/src/github.com/docker/notary" \
|