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 d252210 commit 3d17c01Copy full SHA for 3d17c01
docker/Dockerfile.alpine
@@ -43,7 +43,7 @@ RUN if [ "$TARGETARCH" = "amd64" ]; then \
43
echo "Invalid TARGETARCH: ${TARGETARCH}"; \
44
exit 1; \
45
fi \
46
- && wget -O pact https://github.com/you54f/pact/releases/download/v${VERSION}/${BIN_FILE} && \
+ && wget -O pact https://github.com/you54f/pact-cli/releases/download/v${VERSION}/${BIN_FILE} && \
47
chmod +x pact
48
49
FROM --platform=linux/${TARGETARCH}${TARGETVARIANT:+/${TARGETVARIANT}} ${BASE_IMAGE}
0 commit comments