Skip to content

Commit 73152c2

Browse files
committed
- [build](Makefile) Now use alpine:3.17 (asterisk:18.15.0).
- [build](Dockerfile) Switch to php81. - [test](.travis.yml) Updated dist to jammy.
1 parent 879d674 commit 73152c2

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: ruby
22
os: linux
3-
dist: bionic
3+
dist: jammy
44
services: docker
55
install: make build-all
66
script: make test-all

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.1.1
2+
3+
- [build](Makefile) Now use alpine:3.17 (asterisk:18.15.0).
4+
- [build](Dockerfile) Switch to php81.
5+
- [test](.travis.yml) Updated dist to jammy.
6+
17
# 1.1.0
28

39
- [build](Makefile) Now use alpine:3.16 (asterisk:18.11.2).

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ RUN apk --no-cache --update add \
9393
asterisk-srtp \
9494
openssl \
9595
curl \
96-
php8 \
97-
php8-curl \
98-
php8-json \
96+
php81 \
97+
php81-curl \
98+
php81-json \
9999
runit \
100100
bash \
101101
nftables \

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

0 commit comments

Comments
 (0)