Update Golang - bump grabpl and build-container (#50253)

This commit is contained in:
Dimitris Sotirakis
2022-06-06 16:38:39 +03:00
committed by GitHub
parent 7c800421d3
commit 7b750cc0f0
5 changed files with 241 additions and 241 deletions

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.9 \
ENV GOVERSION=1.17.11 \
PATH=/usr/local/go/bin:$PATH \
GOPATH=/go \
NODEVERSION=16.14.0-1nodesource1 \