We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8651ec0 commit 19f81b2Copy full SHA for 19f81b2
1 file changed
docs/dasharo-tools-suite/documentation/building.md
@@ -12,11 +12,11 @@ The following must be met to build DTS:
12
13
* Linux PC (tested on `Ubuntu 20.04 LTS`),
14
* [docker](https://docs.docker.com/install/linux/docker-ce/ubuntu/) installed,
15
-* [kas-container 3.0.2](https://raw.githubusercontent.com/siemens/kas/3.0.2/kas-container)
+* [kas-container 4.2](https://raw.githubusercontent.com/siemens/kas/4.2/kas-container)
16
script downloaded and available in [PATH](https://en.wikipedia.org/wiki/PATH_(variable)),
17
18
```bash
19
-wget -O ~/bin/kas-container https://raw.githubusercontent.com/siemens/kas/3.0.2/kas-container
+wget -O ~/bin/kas-container https://raw.githubusercontent.com/siemens/kas/4.2/kas-container
20
```
21
22
0 commit comments