update docker image to latest go version (#18048)

This commit is contained in:
techknowlogick
2021-12-20 22:11:10 -05:00
repo.diff.committed_by GitHub
repo.diff.parent 7cc7f0ed75
repo.diff.commit d8ae769dda
repo.diff.stats_desc%!(EXTRA int=2, int=4, int=4)

repo.diff.view_file

@@ -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}

repo.diff.view_file

@@ -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}