Skip to content

Commit 96f1720

Browse files
Use golang 1.12 to build in dockerfile (#6285)
1 parent 5c69e31 commit 96f1720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
###################################
33
#Build stage
4-
FROM golang:1.11-alpine3.9 AS build-env
4+
FROM golang:1.12-alpine3.9 AS build-env
55

66
ARG GITEA_VERSION
77
ARG TAGS="sqlite sqlite_unlock_notify"

0 commit comments

Comments
 (0)