diff options
author | Sebastiaan van Stijn <github@gone.nl> | 2019-07-12 01:28:41 +0200 |
---|---|---|
committer | Christopher Crone <christopher.crone@docker.com> | 2019-10-03 15:49:26 +0200 |
commit | f3961244a0473305b56e8ffe27d53a6e7902e8bc (patch) | |
tree | 1f4e37393c8e244a168110ac62ff14722b023ba3 | |
parent | c2ed66552bf5ff49199670f920ec5034f0a4c6ae (diff) | |
download | docker-py-f3961244a0473305b56e8ffe27d53a6e7902e8bc.tar.gz |
Update credentials-helpers to v0.6.2
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
-rw-r--r-- | tests/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Dockerfile b/tests/Dockerfile index 042fc70..8f49cd2 100644 --- a/tests/Dockerfile +++ b/tests/Dockerfile @@ -10,7 +10,7 @@ RUN gpg2 --import gpg-keys/secret RUN gpg2 --import-ownertrust gpg-keys/ownertrust RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-keys | grep ^sec | cut -d/ -f2 | cut -d" " -f1) RUN gpg2 --check-trustdb -ARG CREDSTORE_VERSION=v0.6.0 +ARG CREDSTORE_VERSION=v0.6.2 RUN curl -sSL -o /opt/docker-credential-pass.tar.gz \ https://github.com/docker/docker-credential-helpers/releases/download/$CREDSTORE_VERSION/docker-credential-pass-$CREDSTORE_VERSION-amd64.tar.gz && \ tar -xf /opt/docker-credential-pass.tar.gz -O > /usr/local/bin/docker-credential-pass && \ |