Skip to content

Commit ccadd41

Browse files
authored
Update README.md
1 parent 0e52431 commit ccadd41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ With the requirements verified locally, execute the following command:
6262
* Define the target to build:
6363

6464
```bash
65-
# Means: "Build the ubuntu-20.04 agent for Docker
65+
# Means: "Build the ubuntu-22.04 agent for Docker
6666
export PKR_VAR_image_type=docker
6767
export PKR_VAR_agent_os_type=ubuntu
68-
export PKR_VAR_agent_os_version=20.04
68+
export PKR_VAR_agent_os_version=22.04
6969
```
7070

7171
* Validate the template:

0 commit comments

Comments
 (0)