diff --git a/Dockerfile b/Dockerfile index 5bf06064a4..e9767402c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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} 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}