0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-06-18 10:28:48 +02:00

Use golang 1.12 to build in dockerfile (#6285)

This commit is contained in:
techknowlogick 2019-03-08 15:25:47 -05:00 committed by GitHub
parent 5c69e31c22
commit 96f1720d69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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