Skip to content

Commit

Permalink
Dockerfile: bump OVS to 2.17.0-62.el8fdp
Browse files Browse the repository at this point in the history
Mainly to get:
"ovsdb/transaction.c: Refactor assess_weak_refs."
http://patchwork.ozlabs.org/project/openvswitch/list/?series=325800&state=%2A&archive=both

which fixes a memory leak in ovsdb-server.
  • Loading branch information
dcbw committed Dec 12, 2022
1 parent 086de98 commit 4f575f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN yum install -y \
selinux-policy && \
yum clean all

ARG ovsver=2.17.0-37.4.el8fdp
ARG ovsver=2.17.0-62.el8fdp
ARG ovnver=22.06.0-27.el8fdp

RUN INSTALL_PKGS=" \
Expand Down

0 comments on commit 4f575f3

Please sign in to comment.