Skip to content

Commit

Permalink
chore: update cni in dropgz to 1.5.28 (#2726)
Browse files Browse the repository at this point in the history
  • Loading branch information
QxBytes authored May 3, 2024
1 parent 4073c74 commit cdcd737
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.24
ARG AZCNI_VERSION=v1.5.28
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.24
ARG AZCNI_VERSION=v1.5.28
ARG VERSION
ARG OS
ARG ARCH
Expand Down

0 comments on commit cdcd737

Please sign in to comment.