[tor-commits] [community/develop] Use Docker's 'latest' tag for up-to-date image.
emmapeel at torproject.org
emmapeel at torproject.org
Sat Oct 5 07:39:31 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