diff options
author | techknowlogick <techknowlogick@gitea.io> | 2021-08-17 08:31:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-17 08:31:28 -0400 |
commit | 274aeb3a9e13da47a925eabe0e43ed0b1424d02a (patch) | |
tree | ef9c34365b696eacc65cc8452bf6cda19f5d3c46 /Dockerfile.rootless | |
parent | 37d0d94843e5d204169ee3cd51e5990eb2c2168e (diff) | |
download | gitea-274aeb3a9e13da47a925eabe0e43ed0b1424d02a.tar.gz gitea-274aeb3a9e13da47a925eabe0e43ed0b1424d02a.zip |
build with go1.17 (#16707)
Co-authored-by: Lauris BH <lauris@nix.lv>
Diffstat (limited to 'Dockerfile.rootless')
-rw-r--r-- | Dockerfile.rootless | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.rootless b/Dockerfile.rootless index a0cc20095c..64dd12bb6b 100644 --- a/Dockerfile.rootless +++ b/Dockerfile.rootless @@ -1,7 +1,7 @@ ################################### #Build stage -FROM golang:1.16-alpine3.13 AS build-env +FROM golang:1.17-alpine3.13 AS build-env ARG GOPROXY ENV GOPROXY ${GOPROXY:-direct} |