Skip to content

Commit 25319a4

Browse files
Update CNI version to 1.5.0 for the dropgz image (#1941)
1 parent 1af833c commit 25319a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dropgz/build/linux.Dockerfile

+1-1
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.4.39
15+
ARG AZCNI_VERSION=v1.5.0
1616
ARG VERSION
1717
ARG OS
1818
ARG ARCH

0 commit comments

Comments
 (0)