Este commit está contenido en:
Tamás Gérczei 2020-06-17 19:23:56 +02:00
padre eb78049c67
commit 559584a4f4
Firmado por: tgerczei
ID de clave GPG: 9E1246D452248DCE
Se han modificado 2 ficheros con 3 adiciones y 2 borrados

1
.gitignore vendido Archivo normal
Ver fichero

@ -0,0 +1 @@
*.txt

Ver fichero

@ -1,10 +1,10 @@
ARG GOVERSION="1.14.2"
ARG GOVERSION="1.14.4"
FROM golang:${GOVERSION}-alpine AS buildenv
ARG REPO="https://gitea.com/gitea/tea.git"
ARG VERSION="0.3.0"
ARG VERSION="0.3.1"
ENV TEA_VERSION="${VERSION}"
ARG CGO_ENABLED="0"