Skip to content

Commit 18229dc

Browse files
authored
Merge pull request #319 from jajik/issue-318
Upgrade to httpd 2.4.63
2 parents 13d6911 + d71b1d8 commit 18229dc

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
@@ -184,7 +184,7 @@ jobs:
184184
cmake-windows-latest:
185185
runs-on: windows-latest
186186
env:
187-
APACHE_LOUNGE_DISTRO_VERSION: 2.4.62-240904
187+
APACHE_LOUNGE_DISTRO_VERSION: 2.4.63-250122
188188
HTTPD_DEV_HOME: 'C:\Apache24'
189189
steps:
190190
- name: Checkout

test/httpd/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG HTTPD_SOURCES="https://dlcdn.apache.org/httpd/httpd-2.4.62.tar.gz"
1+
ARG HTTPD_SOURCES="https://dlcdn.apache.org/httpd/httpd-2.4.63.tar.gz"
22

33
FROM fedora:40
44

0 commit comments

Comments
 (0)