Parcourir la source

Use golang 1.12 to build in dockerfile (#6285)

tags/v1.9.0-dev
techknowlogick il y a 5 ans
Parent
révision
96f1720d69
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile Voir le fichier

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

Chargement…
Annuler
Enregistrer