aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorStanislav2018-11-01 19:43:17 +0300
committertechknowlogick2018-11-01 12:43:17 -0400
commitfa165621ed8c94722652e76d6853d0a0a41bfc5e (patch)
tree0592f89712f184e0b21b6ceda9d1bb655a41b3bb /Dockerfile
parent4b8492887495dcffd587f6fe2a90b317549bbd43 (diff)
Update golang version in Dockerfile (#5246)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index a5b91074e..40299809c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
###################################
#Build stage
-FROM golang:1.10-alpine3.7 AS build-env
+FROM golang:1.11-alpine3.7 AS build-env
ARG GITEA_VERSION
ARG TAGS="sqlite sqlite_unlock_notify"