Skip to content

Commit b0f74a9

Browse files
authored
Merge pull request #20 from vexxhost/ovsinit/bump
fix: bump ovsinit
2 parents e5123e5 + 00c8d65 commit b0f74a9

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)