You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dropgz/build/linux.Dockerfile
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ RUN tdnf install -y tar
3
3
RUN tdnf upgrade -y && tdnf install -y ca-certificates
4
4
5
5
FROM tar AS azure-ipam
6
-
ARG AZIPAM_VERSION=v0.0.3
6
+
ARG AZIPAM_VERSION=v0.0.3.1
7
7
ARG VERSION
8
8
ARG OS
9
9
ARG ARCH
@@ -12,7 +12,7 @@ COPY ./azure-ipam .
12
12
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
0 commit comments