Skip to content

Commit

Permalink
Merge pull request #31 from lucasvs/update-20-4-0
Browse files Browse the repository at this point in the history
Update 20 4 0
  • Loading branch information
lucasvs authored Oct 9, 2023
2 parents 5794343 + 7b9c249 commit 81e38f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ RUN apt update -y && apt install -y odbcinst1debian2 && \
dpkg -i libmyodbc.deb && \
rm -rf /var/lib/apt/lists/*

ENV ASTERISK_VERSION=18.19.0
ENV ASTERISK_VERSION=20.4.0

COPY build-asterisk.sh /build-asterisk
RUN DEBIAN_FRONTEND=noninteractive /build-asterisk
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Release](https://github.com/lucasvs/docker-asterisk/actions/workflows/release.yml/badge.svg)](https://github.com/lucasvs/docker-asterisk/actions/workflows/release.yml)

Dockerfile to build [Asterisk](https://github.com/asterisk/asterisk) 18.19.0 with PJSIP Realtime.
Dockerfile to build [Asterisk](https://github.com/asterisk/asterisk) 20.4.0 with PJSIP Realtime.

### Includes
- Pjproject-bundled
Expand Down

0 comments on commit 81e38f6

Please sign in to comment.