Skip to content

Commit f3e60fb

Browse files
committed
Update apache to 2.4.66
1 parent 3a96e2f commit f3e60fb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
- uses: docker/setup-buildx-action@v1
2424
- uses: ./.github/actions
2525
with:
26-
version: '2.4.65'
26+
version: '2.4.66'
2727
tags: 2.4,2,latest
2828
platform: linux/amd64,linux/arm64

.httpd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.65#2025-11-18T15:53:32.789515Z
1+
2.4.66#2025-12-04T21:53:17.095836Z

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-include env_make
22

3-
APACHE_VER ?= 2.4.65
3+
APACHE_VER ?= 2.4.66
44
APACHE_VER_MINOR ?= $(shell echo "${APACHE_VER}" | grep -oE '^[0-9]+\.[0-9]+')
55

66
TAG ?= $(APACHE_VER_MINOR)

0 commit comments

Comments
 (0)