Skip to content

Commit

Permalink
OVS v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi committed Mar 3, 2024
1 parent 66c6ce2 commit 55cea60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openvswitch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:bookworm-slim as builder
# hadolint ignore=DL3008
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates make autoconf wget gcc git libc6-dev python3-dev openssl
WORKDIR /
ENV OVS_VERSION 3.2.2
ENV OVS_VERSION 3.3.0
RUN wget https://www.openvswitch.org/releases/openvswitch-$OVS_VERSION.tar.gz && \
tar -xzvf openvswitch-$OVS_VERSION.tar.gz && \
mv openvswitch-$OVS_VERSION openvswitch
Expand Down

0 comments on commit 55cea60

Please sign in to comment.