Update docs with latest 2FAuth version

This commit is contained in:
Bubka
2022-03-31 10:07:36 +02:00
parent f131da845e
commit abc97f1ae8
2 changed files with 3 additions and 3 deletions

View File

@ -81,7 +81,7 @@ docker build -t 2fauth/2fauth https://github.com/Bubka/2FAuth.git
You can build a [specific release](https://github.com/Bubka/2FAuth/releases) by appending the release tag with `#<release-tag>` to the command. For example:
```sh
docker build -t 2fauth/2fauth https://github.com/Bubka/2FAuth.git#v2.1.0
docker build -t 2fauth/2fauth https://github.com/Bubka/2FAuth.git#v3.0.0
```
### Build the image for a specific commit