Skip to content

Commit

Permalink
Dockerfile.base: Bump OVN to ovn24.03-24.03.1-36.el9fdp
Browse files Browse the repository at this point in the history
Signed-off-by: Dumitru Ceara <dceara@redhat.com>
  • Loading branch information
dceara committed Apr 16, 2024
1 parent f4dee0f commit d6ded96
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 @@ -13,7 +13,7 @@ RUN dnf install -y --nodocs \
dnf clean all

ARG ovsver=3.1.0-73.el9fdp
ARG ovnver=23.09.0-139.el9fdp
ARG ovnver=24.03.1-36.el9fdp

RUN INSTALL_PKGS="iptables" && \
ovsver_short=$(echo "$ovsver" | cut -d'.' -f1,2) && \
Expand Down

0 comments on commit d6ded96

Please sign in to comment.