diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98704234..e7720fa1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -230,7 +230,7 @@ jobs: - os: windows-11-arm arch: amd64 # we're cross-compiling at this point env: - APACHE_LOUNGE_DISTRO_VERSION: 2.4.67-260504 + APACHE_LOUNGE_DISTRO_VERSION: 2.4.68-260610 HTTPD_DEV_HOME: 'C:\Apache24' steps: - name: Checkout diff --git a/test/httpd/Containerfile b/test/httpd/Containerfile index 6baf3853..a18bec68 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.67.tar.gz" +ARG HTTPD_SOURCES="https://dlcdn.apache.org/httpd/httpd-2.4.68.tar.gz" RUN dnf install gcc apr-devel apr-util-devel openssl-devel pcre-devel redhat-rpm-config autoconf wcstools -y