diff options
author | techknowlogick <techknowlogick@gitea.io> | 2020-03-20 10:29:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-20 10:29:31 -0400 |
commit | 2fa1078911af920172f5fca73d01d113262ed1bb (patch) | |
tree | 62f6c14ea1662f3d507022d069447307debd70d3 /Dockerfile | |
parent | e5a008f7b2298977405fdbd806d3fa5ff4fd837e (diff) | |
download | gitea-2fa1078911af920172f5fca73d01d113262ed1bb.tar.gz gitea-2fa1078911af920172f5fca73d01d113262ed1bb.zip |
go 1.14 (#10467)
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 141d6c6034..0229161b5f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ################################### #Build stage -FROM golang:1.13-alpine3.11 AS build-env +FROM golang:1.14-alpine3.11 AS build-env ARG GOPROXY ENV GOPROXY ${GOPROXY:-direct} |