File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ RUN python3 -m venv /venv \
2020
2121FROM library/fedora:44
2222
23- # Install MSQuic. Fedora 44 does not have it in the repositories, so use the Fedora 42 package
23+ # Install MSQuic. Fedora 44 does not have it in the repositories, so use the Fedora 43 package
2424
25- RUN dnf config-manager addrepo --from-repofile=https://packages.microsoft.com/fedora/42 /prod/config.repo \
25+ RUN dnf config-manager addrepo --from-repofile=https://packages.microsoft.com/fedora/43 /prod/config.repo \
2626 && dnf install --setopt=install_weak_deps=False --setopt tsflags=nodocs -y \
2727 libmsquic
2828
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ RUN python3 -m venv /venv \
2020
2121FROM library/fedora:45
2222
23- # Install MSQuic. Fedora 45 does not have it in the repositories, so use the Fedora 42 package
23+ # Install MSQuic. Fedora 45 does not have it in the repositories, so use the Fedora 43 package
2424
25- RUN dnf config-manager addrepo --from-repofile=https://packages.microsoft.com/fedora/42 /prod/config.repo \
25+ RUN dnf config-manager addrepo --from-repofile=https://packages.microsoft.com/fedora/43 /prod/config.repo \
2626 && dnf install --setopt=install_weak_deps=False --setopt tsflags=nodocs -y \
2727 libmsquic
2828
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ RUN python3 -m venv /venv \
2020
2121FROM library/fedora:rawhide
2222
23- # Install MSQuic. Fedora rawhide does not have it in the repositories, so use the Fedora 42 package
23+ # Install MSQuic. Fedora rawhide does not have it in the repositories, so use the Fedora 43 package
2424
25- RUN dnf config-manager addrepo --from-repofile=https://packages.microsoft.com/fedora/42 /prod/config.repo \
25+ RUN dnf config-manager addrepo --from-repofile=https://packages.microsoft.com/fedora/43 /prod/config.repo \
2626 && dnf install --setopt=install_weak_deps=False --setopt tsflags=nodocs -y \
2727 libmsquic
2828
You can’t perform that action at this time.
0 commit comments