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

Commit de7593d

Browse files
authored
Merge pull request #16 from arista-netdevops-community/avd3.7.0_cvp3.4.0
avd to 3.7.0, cvp to 3.4.0, python to 3.10.6
2 parents 6b12f7c + df0dc72 commit de7593d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9.5-slim
1+
FROM python:3.10.6-slim
22

33
# install tools permanently
44
RUN apt-get update \
@@ -64,14 +64,14 @@ ENTRYPOINT [ "/bin/entrypoint.sh" ]
6464
COPY ./gitconfig /home/avd/gitconfig-avd-base-template
6565

6666
# change this for every release
67-
ENV _AVD_VERSION="3.6.0"
68-
ENV _CVP_VERSION="3.3.1"
67+
ENV _AVD_VERSION="3.7.0"
68+
ENV _CVP_VERSION="3.4.0"
6969

7070
# labels to be changed for every release
7171
LABEL maintainer="Arista Ansible Team <ansible@arista.com>"
72-
LABEL com.example.version="avd3.6.0_cvp3.3.1_debian"
72+
LABEL com.example.version="avd3.7.0_cvp3.4.0_debian"
7373
LABEL vendor1="Arista"
74-
LABEL com.example.release-date="2022-07-08"
74+
LABEL com.example.release-date="2022-08-12"
7575
LABEL com.example.version.is-production="False"
7676

7777
# install ansible.cvp, ansible.avd collections and their requirements

0 commit comments

Comments
 (0)