2
0

Update golang version in Dockerfile (#5246)

This commit is contained in:
Stanislav
2018-11-01 19:43:17 +03:00
committed by techknowlogick
parent 5e6196425e
commit ebd8ca577f

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"