version bump

This commit is contained in:
Tamás Gérczei 2020-07-19 09:43:34 +02:00
parent 559584a4f4
commit 1c158aec4d
Signed by: tgerczei
GPG Key ID: 5B59A7760597B1A1
1 changed files with 2 additions and 2 deletions

View File

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