Ver código fonte

Use golang 1.12 to build in dockerfile (#6285)

tags/v1.9.0-dev
techknowlogick 5 anos atrás
pai
commit
96f1720d69
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile Ver arquivo

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

Carregando…
Cancelar
Salvar