We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e879f1a + 60fe322 commit d9cdbb0Copy full SHA for d9cdbb0
1 file changed
dockerfiles/Dockerfile.e2e
@@ -18,7 +18,7 @@ ARG NOTARY_VERSION=v0.6.1
18
RUN curl -fsSL https://github.com/theupdateframework/notary/releases/download/${NOTARY_VERSION}/notary-Linux-amd64 -o /usr/local/bin/notary \
19
&& chmod +x /usr/local/bin/notary
20
21
-ARG GOTESTSUM_VERSION=0.4.0
+ARG GOTESTSUM_VERSION=1.7.0
22
RUN curl -fsSL https://github.com/gotestyourself/gotestsum/releases/download/v${GOTESTSUM_VERSION}/gotestsum_${GOTESTSUM_VERSION}_linux_amd64.tar.gz -o gotestsum.tar.gz \
23
&& tar -xf gotestsum.tar.gz gotestsum \
24
&& mv gotestsum /usr/local/bin/gotestsum \
0 commit comments