Skip to content

Commit 8b70680

Browse files
authored
fix: updating CNI version in dropgz to 1.5.4 (#2021)
fix: updating CNI version in dropgz to 1.5.4 so that cni support 'overlay' conflist option
1 parent 96243c3 commit 8b70680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dropgz/build/linux.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COPY ./azure-ipam .
1212
RUN curl -LO --cacert /etc/ssl/certs/ca-certificates.crt https://github.com/Azure/azure-container-networking/releases/download/azure-ipam%2F$AZIPAM_VERSION/azure-ipam-$OS-$ARCH-$AZIPAM_VERSION.tgz && tar -xvf azure-ipam-$OS-$ARCH-$AZIPAM_VERSION.tgz
1313

1414
FROM tar AS azure-vnet
15-
ARG AZCNI_VERSION=v1.5.0
15+
ARG AZCNI_VERSION=v1.5.4
1616
ARG VERSION
1717
ARG OS
1818
ARG ARCH

0 commit comments

Comments
 (0)