Skip to content

Commit

Permalink
fix phpqa docker file, should use same repo/commit as travis
Browse files Browse the repository at this point in the history
  • Loading branch information
afk11 committed Jun 15, 2021
1 parent b1a9957 commit 27f45b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions travis/phpqa/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ ARG BUILD_PHP_SHA256="0d42089729be7b2bb0308cbe189c2782f9cb4b07078c8a235495be5874
ARG BUILD_CHECK_SIGNATURE=true
ARG BUILD_CUSTOM_URL=''
ARG BUILD_REPO_URL=''
ARG BUILD_SECP256K1_REPO="https://github.com/jonasnick/secp256k1.git"
ARG BUILD_SECP256K1_COMMIT="a228e2f54d64692230ccb2937b12dd746c5157ed"
ARG BUILD_SECP256K1_REPO="https://github.com/bitcoin-core/secp256k1.git"
ARG BUILD_SECP256K1_COMMIT="efad3506a8937162e8010f5839fdf3771dfcf516"

ENV PHPIZE_DEPS \
autoconf \
Expand Down

0 comments on commit 27f45b3

Please sign in to comment.