]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Fix building on EL-8 (we now need Python 3.12 instead of 3.11) 15580/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 22 May 2025 08:32:31 +0000 (10:32 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 22 May 2025 08:32:31 +0000 (10:32 +0200)
builder-support/dockerfiles/Dockerfile.rpmbuild

index e62cdc38795910f5bd0eefb02879beb623018e3a..f233c2cbc717e29a80a802178c2948e5ce567ec8 100644 (file)
@@ -1,7 +1,7 @@
 FROM dist-base as package-builder
 RUN if $(grep -q 'release 8' /etc/redhat-release); then \
       yum upgrade -y && \
-      yum install --allowerasing -y rpm-build rpmdevtools python3.11 curl jq "@Development Tools" ninja-build hostname python3.11-pip python3.11-yaml ; \
+      yum install --allowerasing -y rpm-build rpmdevtools python3.12 curl jq "@Development Tools" ninja-build hostname python3.12-pip python3.12-yaml ; \
     else \
       yum upgrade -y && \
       yum install --allowerasing -y rpm-build rpmdevtools python3 curl jq "@Development Tools" ninja-build hostname python3-pip python3-yaml ; \