From d8ae769ddaa46100dc4a21e8af159c6a0c091cd2 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Mon, 20 Dec 2021 22:11:10 -0500 Subject: update docker image to latest go version (#18048) --- Dockerfile.rootless | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Dockerfile.rootless') diff --git a/Dockerfile.rootless b/Dockerfile.rootless index 8bfaf9cb86..5b22b26bc2 100644 --- a/Dockerfile.rootless +++ b/Dockerfile.rootless @@ -1,7 +1,7 @@ ################################### -#Build stage -FROM golang:1.17-alpine3.13 AS build-env +#Build stage - temporarily using techknowlogick image until we upgrade to latest official alpine/go image +FROM techknowlogick/go:1.17-alpine3.13 AS build-env ARG GOPROXY ENV GOPROXY ${GOPROXY:-direct} -- cgit v1.2.3