|
|
@ -1,7 +1,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
################################### |
|
|
|
################################### |
|
|
|
#Build stage |
|
|
|
#Build stage - temporarily using techknowlogick image until we upgrade to latest official alpine/go image |
|
|
|
FROM golang:1.17-alpine3.13 AS build-env |
|
|
|
FROM techknowlogick/go:1.17-alpine3.13 AS build-env |
|
|
|
|
|
|
|
|
|
|
|
ARG GOPROXY |
|
|
|
ARG GOPROXY |
|
|
|
ENV GOPROXY ${GOPROXY:-direct} |
|
|
|
ENV GOPROXY ${GOPROXY:-direct} |
|
|
|