Skip to content

Commit 4996cf6

Browse files
committed
- [build](Makefile) Now use alpine:3.21 (asterisk:20.11.0).
- [build](Makefile) Switch to php84.
1 parent 3e79538 commit 4996cf6

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.1.11
2+
3+
- [build](Makefile) Now use alpine:3.21 (asterisk:20.11.0).
4+
- [build](Makefile) Switch to php84.
5+
16
# 1.1.10
27

38
- [build](Makefile) Now use alpine:3.20 (asterisk:20.9.3).

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ARG REL=latest
1111
#
1212

1313
FROM $DIST:$REL AS mini
14-
ARG PHP_VER=php82
14+
ARG PHP_VER=php84
1515
LABEL maintainer=mlan
1616

1717
ENV PHP_VER=$PHP_VER \

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.20 --build-arg PHP_VER=php83
8+
BLD_ARG ?= --build-arg DIST=alpine --build-arg REL=3.21 --build-arg PHP_VER=php84
99
BLD_REPO ?= mlan/asterisk
1010
BLD_VER ?= latest
1111
BLD_TGT ?= full

0 commit comments

Comments
 (0)