Skip to content

Commit

Permalink
- [build](Makefile) Now use alpine:3.21 (asterisk:20.11.0).
Browse files Browse the repository at this point in the history
- [build](Makefile) Switch to php84.
  • Loading branch information
mlan committed Dec 7, 2024
1 parent 3e79538 commit 4996cf6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.1.11

- [build](Makefile) Now use alpine:3.21 (asterisk:20.11.0).
- [build](Makefile) Switch to php84.

# 1.1.10

- [build](Makefile) Now use alpine:3.20 (asterisk:20.9.3).
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ARG REL=latest
#

FROM $DIST:$REL AS mini
ARG PHP_VER=php82
ARG PHP_VER=php84
LABEL maintainer=mlan

ENV PHP_VER=$PHP_VER \
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.20 --build-arg PHP_VER=php83
BLD_ARG ?= --build-arg DIST=alpine --build-arg REL=3.21 --build-arg PHP_VER=php84
BLD_REPO ?= mlan/asterisk
BLD_VER ?= latest
BLD_TGT ?= full
Expand Down

0 comments on commit 4996cf6

Please sign in to comment.