From 62d0d3db63911f6293cd2ff31a390e00ed94e492 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Sat, 16 Jun 2018 11:19:11 +0200 Subject: update release information for Docker --- release/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release') diff --git a/release/README.md b/release/README.md index 01a8d7dd..14d7f433 100644 --- a/release/README.md +++ b/release/README.md @@ -39,7 +39,7 @@ release for! The command examples assume that you have a git remote called ## Docker - The docker image is built on Travis and pushed to Docker Hub automatically. - Please check https://hub.docker.com/r/mitmproxy/mitmproxy/tags/ about the latest version -- Update `latest` tag: `docker tag mitmproxy/mitmproxy: mitmproxy/mitmproxy:latest && docker push mitmproxy/mitmproxy:latest` +- Update `latest` tag: `export VERSION=4.0.3 && docker pull mitmproxy/mitmproxy:$VERSION && docker tag mitmproxy/mitmproxy:$VERSION mitmproxy/mitmproxy:latest && docker push mitmproxy/mitmproxy:latest` ## Website - Update version here: -- cgit v1.2.3