From 088447f95b3c55da5cfaef56b1266e6b3aa6bf63 Mon Sep 17 00:00:00 2001 From: ankudinov Date: Mon, 21 Feb 2022 11:39:58 +0100 Subject: [PATCH] release avd3.3.1 --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2042537..5ff1d78 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.3.0" +ENV _AVD_VERSION="v3.3.1" ENV _CVP_VERSION="v3.2.0" # labels to be changed for every release LABEL maintainer="Arista Ansible Team " -LABEL com.example.version="avd3.3.0_cvp3.2.0_debian" +LABEL com.example.version="avd3.3.1_cvp3.2.0_debian" LABEL vendor1="Arista" -LABEL com.example.release-date="2022-02-18" +LABEL com.example.release-date="2022-02-21" LABEL com.example.version.is-production="False" # clone AVD and CVP collections