aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authortechknowlogick2019-03-08 15:25:47 -0500
committerGitHub2019-03-08 15:25:47 -0500
commit96f1720d6907abd16641881d8f75177810ca29b2 (patch)
tree544b6d9c5f8ed748ba0806457abbc8acce600915 /Dockerfile
parent5c69e31c22c57a7ea8d884108db02d85ab62d160 (diff)
Use golang 1.12 to build in dockerfile (#6285)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 78c93edb5..e1d2ea841 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
###################################
#Build stage
-FROM golang:1.11-alpine3.9 AS build-env
+FROM golang:1.12-alpine3.9 AS build-env
ARG GITEA_VERSION
ARG TAGS="sqlite sqlite_unlock_notify"