diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92e515df..97d92c18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -225,7 +225,7 @@ jobs: matrix: os: [ windows-latest, windows-11-arm ] env: - APACHE_LOUNGE_DISTRO_VERSION: 2.4.66-260223 + APACHE_LOUNGE_DISTRO_VERSION: 2.4.67-260504 HTTPD_DEV_HOME: 'C:\Apache24' steps: - name: Checkout diff --git a/test/httpd/Containerfile b/test/httpd/Containerfile index 96648722..6baf3853 100644 --- a/test/httpd/Containerfile +++ b/test/httpd/Containerfile @@ -1,6 +1,6 @@ FROM fedora:42 AS builder -ARG HTTPD_SOURCES="https://dlcdn.apache.org/httpd/httpd-2.4.66.tar.gz" +ARG HTTPD_SOURCES="https://dlcdn.apache.org/httpd/httpd-2.4.67.tar.gz" RUN dnf install gcc apr-devel apr-util-devel openssl-devel pcre-devel redhat-rpm-config autoconf wcstools -y