File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change
1
+ # 1.1.6
2
+
3
+ - [ build] ( Makefile ) Now use alpine:3.18 (asterisk:18.15.1).
4
+ - [ build] ( Dockerfile ) Removed unavaiable package.
5
+
1
6
# 1.1.5
2
7
3
8
- [ github] ( .github/workflows/testimage.yml ) Now use GitHub Actions to test image.
4
9
- [ demo] ( demo/Makefile ) Now depend on the docker-compose-plugin.
5
10
- [ build] ( Makefile ) Set ` DOCKER_BUILDKIT=0 ` to make ` docker build ` handle our symbolic links as we intended.
6
11
7
-
8
12
# 1.1.4
9
13
10
14
- [ privatedial] ( src/privatedial ) Allow all TLS protocols in the ` minivm-send ` bash script.
Original file line number Diff line number Diff line change @@ -163,7 +163,6 @@ FROM full AS xtra
163
163
164
164
RUN apk --no-cache --update add \
165
165
asterisk-cdr-mysql \
166
- asterisk-dahdi \
167
166
asterisk-doc \
168
167
asterisk-fax \
169
168
asterisk-mobile \
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.17
8
+ BLD_ARG ?= --build-arg DIST=alpine --build-arg REL=3.18
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