Skip to content

Commit 5e45a95

Browse files
committed
bump ovnver to prevent CVE-2025-0650 being flagged
Dockerfile.base had 23.06.1-112.el8fdp but according to this Security Advisory [0], it was resolved in 23.06.4-26 also, Dockerfile.fedora in dist/images/ was using and 22.06.0-33 and this Security Advisory [1] shows that it was resolved in 22.06.0-273 [0] https://access.redhat.com/errata/RHSA-2025:1094 [1] https://access.redhat.com/errata/RHSA-2025:1090 Signed-off-by: Jamo Luhrsen <[email protected]>
1 parent 6dd54dc commit 5e45a95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN yum install -y \
1313
yum clean all
1414

1515
ARG ovsver=2.17.0-148.el8fdp
16-
ARG ovnver=23.06.1-112.el8fdp
16+
ARG ovnver=23.06.4-26.el8fdp
1717

1818
RUN \
1919
yum install -y --setopt=tsflags=nodocs --setopt=skip_missing_names_on_install=False "openvswitch2.17 = $ovsver" "python3-openvswitch2.17 = $ovsver" && \

dist/images/Dockerfile.fedora

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ USER root
1515

1616
ENV PYTHONDONTWRITEBYTECODE yes
1717

18-
ARG ovnver=ovn-22.06.0-33.fc36
18+
ARG ovnver=ovn-22.06.0-273.fc36
1919
# Automatically populated when using docker buildx
2020
ARG TARGETPLATFORM
2121
ARG BUILDPLATFORM

0 commit comments

Comments
 (0)