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 bc2b335 commit 91d8f68Copy full SHA for 91d8f68
test-partner/Dockerfile
@@ -8,7 +8,7 @@ RUN dnf install -y wget make hostname iproute iputils openssh openssh-clients po
8
9
# Install Go binary
10
ENV GO_DL_URL="https://golang.org/dl"
11
-ENV GO_BIN_TAR="go1.19.3.linux-amd64.tar.gz"
+ENV GO_BIN_TAR="go1.19.4.linux-amd64.tar.gz"
12
ENV GO_BIN_URL_x86_64=${GO_DL_URL}/${GO_BIN_TAR}
13
ENV GOPATH="/root/go"
14
RUN if [[ "$(uname -m)" -eq "x86_64" ]] ; then \
0 commit comments