Skip to content

Commit 9cd4223

Browse files
committed
Docker: Sastre 1.22 --> 1.23
1 parent fc9cfd3 commit 9cd4223

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ ENV ANSIBLE_REMOTE_TMP=/tmp
4545

4646
RUN git clone https://github.com/CiscoDevNet/sastre-ansible /tmp/sastre-ansible && \
4747
ansible-galaxy collection build /tmp/sastre-ansible/cisco/sastre --output-path /tmp/sastre-ansible && \
48-
ansible-galaxy collection install -f /tmp/sastre-ansible/cisco-sastre-1.0.16.tar.gz && \
48+
ansible-galaxy collection install -f /tmp/sastre-ansible/cisco-sastre-1.0.19.tar.gz && \
4949
rm -fr /tmp/sastre-ansible
5050

5151
COPY sdwan_config_builder/ /tmp/sdwan_config_builder/

requirements.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ ansible==9.1.*
22
ansible-lint==6.22.2
33
ansible-virl==0.0.7
44
netaddr
5-
pydantic>=1.10,<2
65
viptela==0.3.9
76
virl2_client==2.5.0
8-
cisco-sdwan==1.22
7+
cisco-sdwan==1.23
98

109
# pytz is required by netbox.netbox.nb_inventory
1110
pytz

0 commit comments

Comments
 (0)