Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
increase avd version to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ankudinov committed Dec 20, 2021
1 parent 0852e1f commit 53b3872
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@ COPY ./gitconfig /home/avd/gitconfig-avd-base-template
COPY ./avd-all-in-one-requirements.txt /home/avd/avd-all-in-one-requirements.txt

# change this for every release
ENV _AVD_VERSION="v3.1.0"
ENV _AVD_VERSION="v3.2.0"
ENV _CVP_VERSION="v3.2.0"

# labels to be changed for every release
LABEL maintainer="Arista Ansible Team <[email protected]>"
LABEL com.example.version="avd3.1.0_cvp3.2.0_debian"
LABEL com.example.version="avd3.2.0_cvp3.2.0_debian"
LABEL vendor1="Arista"
LABEL com.example.release-date="2021-11-25"
LABEL com.example.release-date="2021-12-20"
LABEL com.example.version.is-production="False"

# clone AVD and CVP collections
Expand Down

0 comments on commit 53b3872

Please sign in to comment.