version bump

This commit is contained in:
Tamás Gérczei 2020-06-17 19:23:56 +02:00
parent eb78049c67
commit 559584a4f4
Signed by: tgerczei
GPG Key ID: 9E1246D452248DCE
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored Normal file
View File

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

View File

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