diff --git a/Dockerfile b/Dockerfile index eb8d753..86ec0d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM golang:${GOVERSION}-alpine AS buildenv ARG REPO="https://gitea.com/gitea/tea.git" -ARG VERSION="0.5.0" +ARG VERSION="0.6.0" ENV TEA_VERSION="${VERSION}" ARG CGO_ENABLED="0" diff --git a/README.md b/README.md index 6c61594..9da1188 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.5.0 +- docker build . -t gitea/tea:0.6.0 ...or to build a specific release (check [here](https://gitea.com/gitea/tea/releases)):