Skip to content

Commit 38d18a2

Browse files
thaJeztahchris-crone
authored andcommitted
Update credentials-helpers to v0.6.3
full diff: docker/docker-credential-helpers@v0.6.2...v0.6.3 Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent a316e6a commit 38d18a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN gpg2 --import gpg-keys/secret
1111
RUN gpg2 --import-ownertrust gpg-keys/ownertrust
1212
RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
1313
RUN gpg2 --check-trustdb
14-
ARG CREDSTORE_VERSION=v0.6.2
14+
ARG CREDSTORE_VERSION=v0.6.3
1515
RUN curl -sSL -o /opt/docker-credential-pass.tar.gz \
1616
https://github.com/docker/docker-credential-helpers/releases/download/$CREDSTORE_VERSION/docker-credential-pass-$CREDSTORE_VERSION-amd64.tar.gz && \
1717
tar -xf /opt/docker-credential-pass.tar.gz -O > /usr/local/bin/docker-credential-pass && \

0 commit comments

Comments
 (0)