Skip to content

Commit

Permalink
chore: update cni in v0.0.x dropgz to 1.4.54 (#2728)
Browse files Browse the repository at this point in the history
  • Loading branch information
QxBytes committed May 3, 2024
1 parent f3c70a4 commit 7a82718
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.4.51
ARG AZCNI_VERSION=v1.4.54
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.4.51
ARG AZCNI_VERSION=v1.4.54
ARG VERSION
ARG OS
ARG ARCH
Expand Down

0 comments on commit 7a82718

Please sign in to comment.