Skip to content

Commit 82224fe

Browse files
techknowlogickStelios Malathouras
authored and
Stelios Malathouras
committed
update docker image to latest go version (go-gitea#18048)
1 parent e2adbdb commit 82224fe

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)