summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2020-03-20 10:29:31 -0400
committerGitHub <noreply@github.com>2020-03-20 10:29:31 -0400
commit2fa1078911af920172f5fca73d01d113262ed1bb (patch)
tree62f6c14ea1662f3d507022d069447307debd70d3 /Dockerfile
parente5a008f7b2298977405fdbd806d3fa5ff4fd837e (diff)
downloadgitea-2fa1078911af920172f5fca73d01d113262ed1bb.tar.gz
gitea-2fa1078911af920172f5fca73d01d113262ed1bb.zip
go 1.14 (#10467)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
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}