Explorar el Código

Use golang 1.12 to build in dockerfile (#6285)

tags/v1.9.0-dev
techknowlogick hace 5 años
padre
commit
96f1720d69
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile Ver fichero

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

Cargando…
Cancelar
Guardar