diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ecd0d872..3f2c5d0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -180,7 +180,7 @@ jobs: cmake-windows-latest: runs-on: windows-latest env: - APACHE_LOUNGE_DISTRO_VERSION: 2.4.60-240701 + APACHE_LOUNGE_DISTRO_VERSION: 2.4.61-240703 HTTPD_DEV_HOME: 'C:\Apache24' steps: - name: Checkout diff --git a/test/httpd/Dockerfile b/test/httpd/Dockerfile index c15df459..10056095 100644 --- a/test/httpd/Dockerfile +++ b/test/httpd/Dockerfile @@ -1,4 +1,4 @@ -ARG HTTPD_SOURCES="https://dlcdn.apache.org/httpd/httpd-2.4.60.tar.gz" +ARG HTTPD_SOURCES="https://dlcdn.apache.org/httpd/httpd-2.4.61.tar.gz" FROM fedora:40