We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1d3987 + fbe0054 commit 6c69b94Copy full SHA for 6c69b94
Dockerfile
@@ -111,7 +111,7 @@ RUN apt-get update && \
111
tcpdump && \
112
apt-get clean && \
113
rm -rf /var/lib/apt/lists/*
114
-ARG OVSINIT_VERSION=0.2.0
+ARG OVSINIT_VERSION=0.3.0
115
ARG TARGETOS
116
ARG TARGETARCH
117
ADD --chmod=755 https://github.com/vexxhost/ovsinit/releases/download/v${OVSINIT_VERSION}/ovsinit_v${OVSINIT_VERSION}_${TARGETOS}_${TARGETARCH} /usr/bin/ovsinit
0 commit comments