update docker image to latest go version (#18048)

pull/18027/head^2
techknowlogick 3 years ago committed by GitHub
parent 7cc7f0ed75
commit d8ae769dda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Dockerfile
  2. 4
      Dockerfile.rootless

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

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

Loading…
Cancel
Save