Upgrade go version to 1.17.6 (#43797)

This commit is contained in:
idafurjes 2022-01-07 14:09:19 +01:00 committed by GitHub
parent 532e71554f
commit 4eacdf5f9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,7 +110,7 @@ RUN rm dockerize-linux-amd64-v${DOCKERIZE_VERSION}.tar.gz
# Use old Debian (this has support into 2022) in order to ensure binary compatibility with older glibc's.
FROM debian:stretch-20210208
ENV GOVERSION=1.17.2 \
ENV GOVERSION=1.17.6 \
PATH=/usr/local/go/bin:$PATH \
GOPATH=/go \
NODEVERSION=16.13.0-1nodesource1 \