We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4996cf6 commit 56bd830Copy full SHA for 56bd830
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 1.1.12
2
+
3
+- [build](Makefile) Now use alpine:3.22 (asterisk:20.11.1).
4
5
# 1.1.11
6
7
- [build](Makefile) Now use alpine:3.21 (asterisk:20.11.0).
Makefile
@@ -5,7 +5,7 @@
-include *.mk
8
-BLD_ARG ?= --build-arg DIST=alpine --build-arg REL=3.21 --build-arg PHP_VER=php84
+BLD_ARG ?= --build-arg DIST=alpine --build-arg REL=3.22 --build-arg PHP_VER=php84
9
BLD_REPO ?= mlan/asterisk
10
BLD_VER ?= latest
11
BLD_TGT ?= full
0 commit comments