Skip to content

Commit d8ae769

Browse files
update docker image to latest go version (#18048)
1 parent 7cc7f0e commit d8ae769

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
###################################
3-
#Build stage
4-
FROM golang:1.17-alpine3.13 AS build-env
3+
#Build stage - temporarily using techknowlogick image until we upgrade to latest official alpine/go image
4+
FROM techknowlogick/go:1.17-alpine3.13 AS build-env
55

66
ARG GOPROXY
77
ENV GOPROXY ${GOPROXY:-direct}

Dockerfile.rootless

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
###################################
3-
#Build stage
4-
FROM golang:1.17-alpine3.13 AS build-env
3+
#Build stage - temporarily using techknowlogick image until we upgrade to latest official alpine/go image
4+
FROM techknowlogick/go:1.17-alpine3.13 AS build-env
55

66
ARG GOPROXY
77
ENV GOPROXY ${GOPROXY:-direct}

0 commit comments

Comments
 (0)