Skip to content

Commit a24005d

Browse files
authored
Merge pull request #158 from rajatchopra/iommufd
use go.dev/dl/ image instead of google storage one
2 parents 0db7234 + 53ef82f commit a24005d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployments/container/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN set -eux; \
2929
aarch64 | arm64) ARCH='arm64' ;; \
3030
*) echo "unsupported architecture" ; exit 1 ;; \
3131
esac; \
32-
wget -nv -O - https://storage.googleapis.com/golang/go${GOLANG_VERSION}.linux-${ARCH}.tar.gz \
32+
wget -nv -O - https://go.dev/dl/go${GOLANG_VERSION}.linux-${ARCH}.tar.gz \
3333
| tar -C /usr/local -xz
3434

3535
ENV GOPATH /go

0 commit comments

Comments
 (0)