Browse Source

Use golang 1.12 to build in dockerfile (#6285)

tags/v1.9.0-dev
techknowlogick GitHub 6 years ago
parent
commit
edf4bd6120
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile View File

@@ -1,7 +1,7 @@


################################### ###################################
#Build stage #Build stage
FROM golang:1.11-alpine3.9 AS build-env
FROM golang:1.12-alpine3.9 AS build-env


ARG GITEA_VERSION ARG GITEA_VERSION
ARG TAGS="sqlite sqlite_unlock_notify" ARG TAGS="sqlite sqlite_unlock_notify"


Loading…
Cancel
Save