File tree 4 files changed +11
-5
lines changed
4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : ruby
2
2
os : linux
3
- dist : bionic
3
+ dist : jammy
4
4
services : docker
5
5
install : make build-all
6
6
script : make test-all
Original file line number Diff line number Diff line change
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
+
1
7
# 1.1.0
2
8
3
9
- [ build] ( Makefile ) Now use alpine:3.16 (asterisk:18.11.2).
Original file line number Diff line number Diff line change @@ -93,9 +93,9 @@ RUN apk --no-cache --update add \
93
93
asterisk-srtp \
94
94
openssl \
95
95
curl \
96
- php8 \
97
- php8 -curl \
98
- php8 -json \
96
+ php81 \
97
+ php81 -curl \
98
+ php81 -json \
99
99
runit \
100
100
bash \
101
101
nftables \
Original file line number Diff line number Diff line change 5
5
6
6
-include *.mk
7
7
8
- BLD_ARG ?= --build-arg DIST=alpine --build-arg REL=3.16
8
+ BLD_ARG ?= --build-arg DIST=alpine --build-arg REL=3.17
9
9
BLD_REPO ?= mlan/asterisk
10
10
BLD_VER ?= latest
11
11
BLD_TGT ?= full
You can’t perform that action at this time.
0 commit comments