Skip to content

Commit 56bd830

Browse files
committed
- [build](Makefile) Now use alpine:3.22 (asterisk:20.11.1).
1 parent 4996cf6 commit 56bd830

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.1.12
2+
3+
- [build](Makefile) Now use alpine:3.22 (asterisk:20.11.1).
4+
15
# 1.1.11
26

37
- [build](Makefile) Now use alpine:3.21 (asterisk:20.11.0).

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
-include *.mk
77

8-
BLD_ARG ?= --build-arg DIST=alpine --build-arg REL=3.21 --build-arg PHP_VER=php84
8+
BLD_ARG ?= --build-arg DIST=alpine --build-arg REL=3.22 --build-arg PHP_VER=php84
99
BLD_REPO ?= mlan/asterisk
1010
BLD_VER ?= latest
1111
BLD_TGT ?= full

0 commit comments

Comments
 (0)