diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2018-05-25 23:54:42 +0200 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2018-05-25 23:54:42 +0200 |
commit | 7991c9e9b41bc1dcefbcdefdbe83cc61f58f30a8 (patch) | |
tree | e5526802ebe7be748daeb94f009f9927e1e10ce1 | |
parent | 0f981bff25acd040a500dfdbff83e242857a05ba (diff) | |
download | mitmproxy-7991c9e9b41bc1dcefbcdefdbe83cc61f58f30a8.tar.gz mitmproxy-7991c9e9b41bc1dcefbcdefdbe83cc61f58f30a8.tar.bz2 mitmproxy-7991c9e9b41bc1dcefbcdefdbe83cc61f58f30a8.zip |
release: update docker instructions
-rw-r--r-- | release/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/README.md b/release/README.md index d817ee18..01a8d7dd 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: TODO write instructions +- Update `latest` tag: `docker tag mitmproxy/mitmproxy:<version number here> mitmproxy/mitmproxy:latest && docker push mitmproxy/mitmproxy:latest` ## Website - Update version here: |