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 9f03571 commit 744e25eCopy full SHA for 744e25e
test-partner/Dockerfile
@@ -4,7 +4,7 @@ RUN yum install -y wget make hostname iproute iputils openssh openssh-clients po
4
5
# Install Go binary
6
ENV GO_DL_URL="https://golang.org/dl"
7
-ENV GO_BIN_TAR="go1.18.1.linux-amd64.tar.gz"
+ENV GO_BIN_TAR="go1.18.2.linux-amd64.tar.gz"
8
ENV GO_BIN_URL_x86_64=${GO_DL_URL}/${GO_BIN_TAR}
9
ENV GOPATH="/root/go"
10
RUN if [[ "$(uname -m)" -eq "x86_64" ]] ; then \
0 commit comments