[tor-commits] [community/master] Use Docker's 'latest' tag for up-to-date image.

phw at torproject.org phw at torproject.org
Thu Sep 19 19:33:25 UTC 2019


commit 2879ca75eb9411fe4060c2ed9503dcbba3b0d871
Author: Philipp Winter <phw at nymity.ch>
Date:   Thu Sep 19 12:28:45 2019 -0700

    Use Docker's 'latest' tag for up-to-date image.
---
 content/relay-operations/technical-setup/bridge/docker/contents.lr | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/relay-operations/technical-setup/bridge/docker/contents.lr b/content/relay-operations/technical-setup/bridge/docker/contents.lr
index bf5f5b1..f82a65e 100644
--- a/content/relay-operations/technical-setup/bridge/docker/contents.lr
+++ b/content/relay-operations/technical-setup/bridge/docker/contents.lr
@@ -8,7 +8,7 @@ body:
 
 We are maintaining a docker container that allows you to quickly set up an obfs4 bridge. First, fetch the container:
 
-`docker pull phwinter/obfs4-bridge:0.2`
+`docker pull phwinter/obfs4-bridge:latest`
 
 Now, it's time to run the container.  We maintain a script that automatically determines a free OR and obfs4 port for you. The script only requires your email address as argument:
    ```



More information about the tor-commits mailing list