version bump

This commit is contained in:
Tamás Gérczei 2021-03-13 07:02:11 +01:00
parent 63207da518
commit 66ac213eb1
Signed by: tgerczei
GPG Key ID: 5B59A7760597B1A1
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,7 +1,7 @@
## tea: A command line tool to interact with Gitea servers
### Build
- docker build . -t gitea/tea:0.6.0
- docker build . -t gitea/tea:0.7.0
...or to build a specific release (check [here](https://gitea.com/gitea/tea/releases)):