Use Docker's 'latest' tag for up-to-date image.

This commit is contained in:
Philipp Winter 2019-09-19 12:28:45 -07:00
parent 6c4d1aba92
commit 2879ca75eb
No known key found for this signature in database
GPG Key ID: 0FD95F1D3A597A48

View File

@ -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:
```