Skip to content

Commit

Permalink
update dev container revision
Browse files Browse the repository at this point in the history
  • Loading branch information
ankudinov committed Jan 13, 2025
1 parent 7b7af46 commit e3a51ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .cp/copier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ avd_version:
lab_container_revision:
type: str
help: Please select lab container revision.
choices: ["1.1"]
default: "1.1"
choices: ["1.1", "1.2"]
default: "1.2"
when: false # no need to display this question due to a single choice

container_size:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"image": "ghcr.io/${localEnv:GITHUB_REPOSITORY}/lab-base:python3.11-avd-v5.1.0-clab0.61.0-rev1.1",
"image": "ghcr.io/${localEnv:GITHUB_REPOSITORY}/lab-base:python3.11-avd-v5.1.0-clab0.61.0-rev1.2",
// containerEnv set the variables applied to entire container
"containerEnv": {
"ARISTA_TOKEN": "${localEnv:ARTOKEN}",
Expand Down

0 comments on commit e3a51ac

Please sign in to comment.