From 1f017811a6cb34ef44dc109f97d568d73aa34499 Mon Sep 17 00:00:00 2001 From: rjdenney <105380463+rjdenney@users.noreply.github.com> Date: Tue, 16 Apr 2024 12:22:23 -0400 Subject: [PATCH] chore: Updating CNI in dropgz to 1.5.24 (#2678) updating CNI in dropgz to 1.5.24 --- dropgz/build/linux.Dockerfile | 2 +- dropgz/build/windows.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dropgz/build/linux.Dockerfile b/dropgz/build/linux.Dockerfile index ce0042b9a..aab0522a8 100644 --- a/dropgz/build/linux.Dockerfile +++ b/dropgz/build/linux.Dockerfile @@ -12,7 +12,7 @@ COPY ./azure-ipam . 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 FROM tar AS azure-vnet -ARG AZCNI_VERSION=v1.5.15 +ARG AZCNI_VERSION=v1.5.24 ARG VERSION ARG OS ARG ARCH diff --git a/dropgz/build/windows.Dockerfile b/dropgz/build/windows.Dockerfile index 08b768766..465c676e1 100644 --- a/dropgz/build/windows.Dockerfile +++ b/dropgz/build/windows.Dockerfile @@ -6,7 +6,7 @@ RUN tdnf install -y unzip RUN tdnf upgrade -y && tdnf install -y ca-certificates FROM tar AS azure-vnet -ARG AZCNI_VERSION=v1.5.15 +ARG AZCNI_VERSION=v1.5.24 ARG VERSION ARG OS ARG ARCH