Skip to content

Commit

Permalink
Merge pull request openshift#2142 from igsilya/ovs-3.3
Browse files Browse the repository at this point in the history
OCPBUGS-32985,OCPBUGS-32925: Dockerfile: Bump OVS to 3.3.0-2
  • Loading branch information
openshift-merge-bot[bot] committed Apr 30, 2024
2 parents 8a08bc0 + 27c4ed7 commit 7682c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN dnf install -y --nodocs \
selinux-policy procps-ng && \
dnf clean all

ARG ovsver=3.1.0-73.el9fdp
ARG ovsver=3.3.0-2.el9fdp
ARG ovnver=24.03.1-36.el9fdp

RUN INSTALL_PKGS="iptables nftables" && \
Expand Down

0 comments on commit 7682c44

Please sign in to comment.