1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 09:25:48 +00:00

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

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"