From 62d54375664b4e1a106753c638401d02602d7df4 Mon Sep 17 00:00:00 2001 From: AzureAhai Date: Tue, 14 Nov 2023 14:21:31 -0800 Subject: [PATCH] feat: Making new DropGZ version for Windows and linux with CNI 1.5.14 --- 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 eb744607d0..98cb26e7a9 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.11 +ARG AZCNI_VERSION=v1.5.14 ARG VERSION ARG OS ARG ARCH diff --git a/dropgz/build/windows.Dockerfile b/dropgz/build/windows.Dockerfile index 0499163eb7..46239f204a 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.11 +ARG AZCNI_VERSION=v1.5.14 ARG VERSION ARG OS ARG ARCH