Skip to content

Commit 7db41f8

Browse files
authored
Merge pull request #340 from jajik/httpd-2.4.65
Update httpd used in tests and CI to the latest release (2.4.65)
2 parents 7d41255 + c8dbdd4 commit 7db41f8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
matrix:
198198
os: [ windows-latest, windows-11-arm ]
199199
env:
200-
APACHE_LOUNGE_DISTRO_VERSION: 2.4.64-250710
200+
APACHE_LOUNGE_DISTRO_VERSION: 2.4.65-250724
201201
HTTPD_DEV_HOME: 'C:\Apache24'
202202
steps:
203203
- name: Checkout

test/httpd/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM fedora:41 AS builder
22

3-
ARG HTTPD_SOURCES="https://dlcdn.apache.org/httpd/httpd-2.4.64.tar.gz"
3+
ARG HTTPD_SOURCES="https://dlcdn.apache.org/httpd/httpd-2.4.65.tar.gz"
44

55
RUN dnf install gcc apr-devel apr-util-devel openssl-devel pcre-devel redhat-rpm-config autoconf wcstools -y
66

0 commit comments

Comments
 (0)