We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d41255 + c8dbdd4 commit 7db41f8Copy full SHA for 7db41f8
2 files changed
.github/workflows/ci.yml
@@ -197,7 +197,7 @@ jobs:
197
matrix:
198
os: [ windows-latest, windows-11-arm ]
199
env:
200
- APACHE_LOUNGE_DISTRO_VERSION: 2.4.64-250710
+ APACHE_LOUNGE_DISTRO_VERSION: 2.4.65-250724
201
HTTPD_DEV_HOME: 'C:\Apache24'
202
steps:
203
- name: Checkout
test/httpd/Containerfile
@@ -1,6 +1,6 @@
1
FROM fedora:41 AS builder
2
3
-ARG HTTPD_SOURCES="https://dlcdn.apache.org/httpd/httpd-2.4.64.tar.gz"
+ARG HTTPD_SOURCES="https://dlcdn.apache.org/httpd/httpd-2.4.65.tar.gz"
4
5
RUN dnf install gcc apr-devel apr-util-devel openssl-devel pcre-devel redhat-rpm-config autoconf wcstools -y
6
0 commit comments