Skip to content

Commit 7a82718

Browse files
authored
chore: update cni in v0.0.x dropgz to 1.4.54 (#2728)
1 parent f3c70a4 commit 7a82718

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.51
15+
ARG AZCNI_VERSION=v1.4.54
1616
ARG VERSION
1717
ARG OS
1818
ARG ARCH

dropgz/build/windows.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN tdnf install -y unzip
66
RUN tdnf upgrade -y && tdnf install -y ca-certificates
77

88
FROM tar AS azure-vnet
9-
ARG AZCNI_VERSION=v1.4.51
9+
ARG AZCNI_VERSION=v1.4.54
1010
ARG VERSION
1111
ARG OS
1212
ARG ARCH

0 commit comments

Comments
 (0)