update release information for Docker

This commit is contained in:
Thomas Kriechbaumer 2018-06-16 11:19:11 +02:00
parent ba7047a9a4
commit 62d0d3db63

View File

@ -39,7 +39,7 @@ release for! The command examples assume that you have a git remote called
## Docker ## Docker
- The docker image is built on Travis and pushed to Docker Hub automatically. - 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 - Please check https://hub.docker.com/r/mitmproxy/mitmproxy/tags/ about the latest version
- Update `latest` tag: `docker tag mitmproxy/mitmproxy:<version number here> 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 ## Website
- Update version here: - Update version here: