Skip to content

Commit fe9d61c

Browse files
authored
chore: update azure-cni version in dropgz (#2170)
1 parent 7432bf4 commit fe9d61c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dropgz/build/cni.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.4.39
15+
ARG AZCNI_VERSION=v1.4.39.1
1616
ARG VERSION
1717
ARG OS
1818
ARG ARCH

0 commit comments

Comments
 (0)