diff --git a/.cp/copier.yml b/.cp/copier.yml index be2d6e2..818a241 100644 --- a/.cp/copier.yml +++ b/.cp/copier.yml @@ -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: diff --git a/.devcontainer/cvaas-cvaas-and-avd-demo--evpn-mlag/devcontainer.json b/.devcontainer/cvaas-cvaas-and-avd-demo--evpn-mlag/devcontainer.json index 8c9395f..e61ac4e 100644 --- a/.devcontainer/cvaas-cvaas-and-avd-demo--evpn-mlag/devcontainer.json +++ b/.devcontainer/cvaas-cvaas-and-avd-demo--evpn-mlag/devcontainer.json @@ -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}",