aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Rakoczy <[email protected]>2022-01-29 15:14:55 -0500
committerAlexander Rakoczy <[email protected]>2022-01-29 15:14:55 -0500
commit6c694954518afd4373d38cfd26d3196023c542d9 (patch)
tree655d6af126ab266bf7aa0d5c9c3a2b3f1a169fc7
parentffe9a632499577e826e9ae1501a72e939c7a42c7 (diff)
bump to latest Go (go1.17.6)
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 5fa5231..675759f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y ${BUILD_DEPS} --no-install-recommends
ENV GOPATH=/go
ENV GOROOT_BOOTSTRAP=/usr/local/go-bootstrap
-RUN curl -sSL https://dl.google.com/go/go1.17.2.linux-amd64.tar.gz -o /tmp/go.tar.gz
+RUN curl -sSL https://dl.google.com/go/go1.17.6.linux-amd64.tar.gz -o /tmp/go.tar.gz
RUN mkdir -p $GOROOT_BOOTSTRAP
RUN tar --strip=1 -C $GOROOT_BOOTSTRAP -xzf /tmp/go.tar.gz
#RUN $GOROOT_BOOTSTRAP/bin/go install golang.org/dl/gotip@latest