Skip to content

Commit 27f45b3

Browse files
committed
fix phpqa docker file, should use same repo/commit as travis
1 parent b1a9957 commit 27f45b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

travis/phpqa/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ ARG BUILD_PHP_SHA256="0d42089729be7b2bb0308cbe189c2782f9cb4b07078c8a235495be5874
66
ARG BUILD_CHECK_SIGNATURE=true
77
ARG BUILD_CUSTOM_URL=''
88
ARG BUILD_REPO_URL=''
9-
ARG BUILD_SECP256K1_REPO="https://github.com/jonasnick/secp256k1.git"
10-
ARG BUILD_SECP256K1_COMMIT="a228e2f54d64692230ccb2937b12dd746c5157ed"
9+
ARG BUILD_SECP256K1_REPO="https://github.com/bitcoin-core/secp256k1.git"
10+
ARG BUILD_SECP256K1_COMMIT="efad3506a8937162e8010f5839fdf3771dfcf516"
1111

1212
ENV PHPIZE_DEPS \
1313
autoconf \

0 commit comments

Comments
 (0)