Skip to content

Commit e117bfb

Browse files
authored
chore: update cni in dropgz to 1.5.28 (#2726)
1 parent 4073c74 commit e117bfb

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.5.24
15+
ARG AZCNI_VERSION=v1.5.28
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.5.24
9+
ARG AZCNI_VERSION=v1.5.28
1010
ARG VERSION
1111
ARG OS
1212
ARG ARCH

0 commit comments

Comments
 (0)