diff options
Diffstat (limited to 'Dockerfile.rootless')
-rw-r--r-- | Dockerfile.rootless | 4 |
1 files changed, 2 insertions, 2 deletions
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} |