File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ FROM library/almalinux:10
2121RUN dnf upgrade --refresh -y \
2222 && dnf install --setopt tsflags=nodocs -y \
2323 dnf-plugins-core \
24- && dnf config-manager --add-repo=https://packages.microsoft.com/rhel/9 /prod/config.repo \
24+ && dnf config-manager --add-repo=https://packages.microsoft.com/rhel/10 /prod/config.repo \
2525 && dnf install --setopt tsflags=nodocs -y --allowerasing \
2626 cpio \
2727 file \
Original file line number Diff line number Diff line change @@ -3,10 +3,7 @@ FROM library/almalinux:8
33RUN dnf upgrade --refresh -y \
44 && dnf install --setopt tsflags=nodocs -y \
55 'dnf-command(config-manager)' \
6- # Add microsoft centos/8 repo for libmsquic.
7- # (Use centos/8 rather than rhel/8 because the latter doesn't have
8- # libmsquic except in the 8.1-specific packages feed.)
9- && dnf config-manager --add-repo=https://packages.microsoft.com/centos/8/prod/config.repo \
6+ && dnf config-manager --add-repo=https://packages.microsoft.com/rhel/8/prod/config.repo \
107 && dnf install --setopt tsflags=nodocs -y \
118 # Get recent python3 This is needed to get a pip recent enough
129 # not to fail the build when installing cryptography library as
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ FROM quay.io/centos/centos:stream10
2020RUN dnf upgrade --refresh -y \
2121 && dnf install --setopt tsflags=nodocs -y \
2222 dnf-plugins-core \
23- && dnf config-manager --add-repo=https://packages.microsoft.com/rhel/9 /prod/config.repo \
23+ && dnf config-manager --add-repo=https://packages.microsoft.com/rhel/10 /prod/config.repo \
2424 && dnf install --setopt tsflags=nodocs -y --allowerasing \
2525 autoconf \
2626 automake \
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN python3 -m venv /venv \
2121
2222FROM ubuntu.azurecr.io/ubuntu:26.04
2323ARG TARGETARCH
24- ARG LIBMSQUIC_VERSION=2.4.8
24+ ARG LIBMSQUIC_VERSION=2.5.6
2525ENV DEBIAN_FRONTEND=noninteractive
2626
2727RUN LIBCURL=libcurl4 \
You can’t perform that action at this time.
0 commit comments