From 2a90a322b1d22708013cd12a3213fd1d917edeb3 Mon Sep 17 00:00:00 2001 From: Jaeryn <13284103+jaer-tsun@users.noreply.github.com> Date: Fri, 17 Nov 2023 13:24:33 -0800 Subject: [PATCH] chore: release dropgz for swift v2 (#2402) Co-authored-by: Jaeryn --- 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 0b939efe0f..ce0042b9ad 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.14 +ARG AZCNI_VERSION=v1.5.15 ARG VERSION ARG OS ARG ARCH diff --git a/dropgz/build/windows.Dockerfile b/dropgz/build/windows.Dockerfile index 8dea9cac5a..c587fd8417 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.14 +ARG AZCNI_VERSION=v1.5.15 ARG VERSION ARG OS ARG ARCH