Update golang version in Dockerfile (#5246)

This commit is contained in:
Stanislav 2018-11-01 19:43:17 +03:00 committed by techknowlogick
parent 4b84928874
commit fa165621ed
1 changed files with 1 additions and 1 deletions

View 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"