Skip to content

Commit 4969253

Browse files
committed
- [build](Makefile) Now use alpine:3.18 (asterisk:18.15.1).
- [build](Dockerfile) Removed unavaiable package.
1 parent 4c48d67 commit 4969253

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1+
# 1.1.6
2+
3+
- [build](Makefile) Now use alpine:3.18 (asterisk:18.15.1).
4+
- [build](Dockerfile) Removed unavaiable package.
5+
16
# 1.1.5
27

38
- [github](.github/workflows/testimage.yml) Now use GitHub Actions to test image.
49
- [demo](demo/Makefile) Now depend on the docker-compose-plugin.
510
- [build](Makefile) Set `DOCKER_BUILDKIT=0` to make `docker build` handle our symbolic links as we intended.
611

7-
812
# 1.1.4
913

1014
- [privatedial](src/privatedial) Allow all TLS protocols in the `minivm-send` bash script.

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ FROM full AS xtra
163163

164164
RUN apk --no-cache --update add \
165165
asterisk-cdr-mysql \
166-
asterisk-dahdi \
167166
asterisk-doc \
168167
asterisk-fax \
169168
asterisk-mobile \

Makefile

+1-1
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.17
8+
BLD_ARG ?= --build-arg DIST=alpine --build-arg REL=3.18
99
BLD_REPO ?= mlan/asterisk
1010
BLD_VER ?= latest
1111
BLD_TGT ?= full

0 commit comments

Comments
 (0)