]> source.dussan.org Git - gitea.git/commitdiff
Update golang version in Dockerfile (#5246)
authorStanislav <me@gaydin.io>
Thu, 1 Nov 2018 16:43:17 +0000 (19:43 +0300)
committertechknowlogick <hello@techknowlogick.com>
Thu, 1 Nov 2018 16:43:17 +0000 (12:43 -0400)
Dockerfile

index a5b91074ea00be7d12a832866d16c2fce183d576..40299809c4de123bb41c356a1329b56738fa0e25 100644 (file)
@@ -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"