From 551ae118f99235110ef5db82982af7cd6fd04713 Mon Sep 17 00:00:00 2001 From: Andrew Lavery Date: Mon, 2 Mar 2020 11:02:52 -0800 Subject: [PATCH] fix pact CI --- hack/Dockerfile.testing | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/Dockerfile.testing b/hack/Dockerfile.testing index 89520ba76..872a9dcd7 100644 --- a/hack/Dockerfile.testing +++ b/hack/Dockerfile.testing @@ -1,6 +1,6 @@ FROM golang:1.12 -RUN cd /opt && curl -fsSL https://raw.githubusercontent.com/pact-foundation/pact-ruby-standalone/v1.66.0/install.sh | bash +RUN cd /opt && curl -LO https://github.com/pact-foundation/pact-ruby-standalone/releases/download/v1.81.0/pact-1.81.0-linux-x86_64.tar.gz && tar xzf pact-1.81.0-linux-x86_64.tar.gz ENV PATH="/opt/pact/bin:${PATH}" WORKDIR /go/src/github.com/replicatedhq/replicated