Ver código fonte

Update golang version in Dockerfile (#5246)

tags/v1.7.0-dev
Stanislav 5 anos atrás
pai
commit
fa165621ed
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.10-alpine3.7 AS build-env
FROM golang:1.11-alpine3.7 AS build-env

ARG GITEA_VERSION
ARG TAGS="sqlite sqlite_unlock_notify"

Carregando…
Cancelar
Salvar