diff --git a/Dockerfile b/Dockerfile index 7bc4e06..832374f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" diff --git a/README.md b/README.md index 9da1188..88ed41a 100644 --- a/README.md +++ b/README.md @@ -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)):