Skip to content

Commit

Permalink
- [build](Makefile) Now use php82 in the build argument: `--build-arg…
Browse files Browse the repository at this point in the history
… PHP_VER=php82`.
  • Loading branch information
mlan committed Jan 14, 2024
1 parent 04e7c13 commit f742c00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 1.1.7

- [build](Makefile) Now use alpine:3.19 (asterisk:20.5.0).
- [build](Makefile) Now use alpine:3.19 (asterisk:20.5.2).
- [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
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.19 --build-arg PHP_VER=php83
BLD_ARG ?= --build-arg DIST=alpine --build-arg REL=3.19 --build-arg PHP_VER=php82
BLD_REPO ?= mlan/asterisk
BLD_VER ?= latest
BLD_TGT ?= full
Expand Down

0 comments on commit f742c00

Please sign in to comment.