We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41e65f2 commit 3eda968Copy full SHA for 3eda968
Dockerfile
@@ -8,7 +8,7 @@ FROM golang:${VERSION}
8
9
RUN apk add --no-cache --quiet make curl git jq && \
10
go get -u golang.org/x/lint/golint && \
11
- curl -sSL https://github.com/gotestyourself/gotestsum/releases/download/v0.3.2/gotestsum_0.3.2_linux_amd64.tar.gz | tar -xz -C /usr/local/bin gotestsum
+ curl -sSL --retry 3 --retry-connrefused https://github.com/gotestyourself/gotestsum/releases/download/v0.3.2/gotestsum_0.3.2_linux_amd64.tar.gz | tar -xz -C /usr/local/bin gotestsum
12
13
VOLUME ["/tmp"]
14
0 commit comments