We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a316e6a commit 38d18a2Copy full SHA for 38d18a2
tests/Dockerfile
@@ -11,7 +11,7 @@ RUN gpg2 --import gpg-keys/secret
11
RUN gpg2 --import-ownertrust gpg-keys/ownertrust
12
RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
13
RUN gpg2 --check-trustdb
14
-ARG CREDSTORE_VERSION=v0.6.2
+ARG CREDSTORE_VERSION=v0.6.3
15
RUN curl -sSL -o /opt/docker-credential-pass.tar.gz \
16
https://github.com/docker/docker-credential-helpers/releases/download/$CREDSTORE_VERSION/docker-credential-pass-$CREDSTORE_VERSION-amd64.tar.gz && \
17
tar -xf /opt/docker-credential-pass.tar.gz -O > /usr/local/bin/docker-credential-pass && \
0 commit comments