From 66ac213eb11c719b15e8c6c1897eb003c4bd5d7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20G=C3=A9rczei?= Date: Sat, 13 Mar 2021 07:02:11 +0100 Subject: [PATCH] version bump --- Dockerfile | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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)):