version bump

This commit is contained in:
Tamás Gérczei 2020-06-17 19:23:56 +02:00
父節點 eb78049c67
當前提交 559584a4f4
簽署人: tgerczei
GPG 金鑰 ID: 9E1246D452248DCE
共有 2 個檔案被更改,包括 3 行新增2 行删除

1
.gitignore vendored Normal file
查看文件

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

查看文件

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