Skip to content

Commit 00c8d65

Browse files
committed
fix: bump ovsinit
Signed-off-by: Mohammed Naser <[email protected]>
1 parent e5123e5 commit 00c8d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ RUN apt-get update && \
111111
tcpdump && \
112112
apt-get clean && \
113113
rm -rf /var/lib/apt/lists/*
114-
ARG OVSINIT_VERSION=0.1.0
114+
ARG OVSINIT_VERSION=0.2.0
115115
ARG TARGETOS
116116
ARG TARGETARCH
117117
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

Comments
 (0)