Skip to content

Commit

Permalink
- [build](Makefile) Now use alpine:3.19 (asterisk:20.5.0).
Browse files Browse the repository at this point in the history
  • Loading branch information
mlan committed Dec 8, 2023
1 parent 0e46b9c commit 04e7c13
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# 1.1.7

- [build](Makefile) Now use alpine:3.19 (asterisk:20.5.0).
- [build](Dockerfile) Switch to php82 and make it a build argument: `--build-arg PHP_VER=php82`.
- [build](Makefile) Now set `DOCKER_BUILDKIT=1` since we don't use special symbolic links.
- [build](bld.mk) Harmonize [bld.mk](bld.mk) between repositories.
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ FROM full AS xtra
#

RUN apk --no-cache --update add \
asterisk-cdr-mysql \
asterisk-doc \
asterisk-fax \
asterisk-mobile \
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

-include *.mk

BLD_ARG ?= --build-arg DIST=alpine --build-arg REL=3.18
BLD_ARG ?= --build-arg DIST=alpine --build-arg REL=3.19 --build-arg PHP_VER=php83
BLD_REPO ?= mlan/asterisk
BLD_VER ?= latest
BLD_TGT ?= full
Expand Down

0 comments on commit 04e7c13

Please sign in to comment.