Skip to content

Commit

Permalink
chore: release dropgz for swift v2 (#2402)
Browse files Browse the repository at this point in the history
Co-authored-by: Jaeryn <tsch@microsoft.com>
  • Loading branch information
jaer-tsun and Jaeryn authored Nov 17, 2023
1 parent b2d9673 commit 2a90a32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dropgz/build/linux.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dropgz/build/windows.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a90a32

Please sign in to comment.