diff options
author | Daniil Baturin <daniil@vyos.io> | 2020-05-10 21:43:09 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-10 21:43:09 +0700 |
commit | 11b1862a2c2c1859d415a20e86dfcdf644a99470 (patch) | |
tree | 6ee73edbf652a577c4a7f583948f3a090cc7a7b8 | |
parent | c3e4a1754729673663de582413d48cf66953b0cf (diff) | |
parent | 35a4692cddd759f7caf16376e09535a4e4b6c8da (diff) | |
download | vyos-documentation-11b1862a2c2c1859d415a20e86dfcdf644a99470.tar.gz vyos-documentation-11b1862a2c2c1859d415a20e86dfcdf644a99470.zip |
Merge pull request #247 from DmitriyEshenko/patch-16
Remove wrong note about build container for 1.3
-rw-r--r-- | docs/contributing/build-vyos.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/contributing/build-vyos.rst b/docs/contributing/build-vyos.rst index 9f5fc76b..8d191a9f 100644 --- a/docs/contributing/build-vyos.rst +++ b/docs/contributing/build-vyos.rst @@ -80,7 +80,6 @@ interested in, this can be easily done by selecting the appropriate container image: * For VyOS 1.2 (crux) use ``vyos/vyos-build:crux`` -* For VyOS 1.3 (equuleus) use ``vyos/vyos-build:crux`` * For our VyOS rolling release you should use ``vyos/vyos-build`` which will always refer to the latest image. |