File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ # 1.1.11
2
+
3
+ - [ build] ( Makefile ) Now use alpine:3.21 (asterisk:20.11.0).
4
+ - [ build] ( Makefile ) Switch to php84.
5
+
1
6
# 1.1.10
2
7
3
8
- [ build] ( Makefile ) Now use alpine:3.20 (asterisk:20.9.3).
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ ARG REL=latest
11
11
#
12
12
13
13
FROM $DIST:$REL AS mini
14
- ARG PHP_VER=php82
14
+ ARG PHP_VER=php84
15
15
LABEL maintainer=mlan
16
16
17
17
ENV PHP_VER=$PHP_VER \
Original file line number Diff line number Diff line change 5
5
6
6
-include *.mk
7
7
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
9
9
BLD_REPO ?= mlan/asterisk
10
10
BLD_VER ?= latest
11
11
BLD_TGT ?= full
You can’t perform that action at this time.
0 commit comments