release: update docker instructions

This commit is contained in:
Thomas Kriechbaumer 2018-05-25 23:54:42 +02:00
parent 0f981bff25
commit 7991c9e9b4

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: TODO write instructions - Update `latest` tag: `docker tag mitmproxy/mitmproxy:<version number here> mitmproxy/mitmproxy:latest && docker push mitmproxy/mitmproxy:latest`
## Website ## Website
- Update version here: - Update version here: