Skip to content

Commit 5e2854d

Browse files
Copilotrichlander
andcommitted
Fix Fedora 43 helix: use fedora/43 MSQuic repo (now available)
Co-authored-by: richlander <2608468+richlander@users.noreply.github.com>
1 parent 4377275 commit 5e2854d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/fedora/43/helix/amd64/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ RUN python3 -m venv /venv \
2020

2121
FROM library/fedora:43
2222

23-
# Install MSQuic. Fedora 43 does not have it in the repositories, so use the Fedora 42 package
23+
# Install MSQuic
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

0 commit comments

Comments
 (0)