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 c136d0c commit f12db26Copy full SHA for f12db26
internal/quic/cmd/interop/Dockerfile
@@ -9,7 +9,7 @@ ENV GOVERSION=1.21.1
9
10
RUN platform=$(echo ${TARGETPLATFORM} | tr '/' '-') && \
11
filename="go${GOVERSION}.${platform}.tar.gz" && \
12
- wget https://dl.google.com/go/${filename} && \
+ wget --no-verbose https://dl.google.com/go/${filename} && \
13
tar xfz ${filename} && \
14
rm ${filename}
15
0 commit comments