Closed jluquee closed 5 years ago
Is the current Dockerfile not working? I use to stick the download on the version level because there is a lot of risks between asterisk versions because something may break (as I had before). So, for each version upgrade we have to do extensive tests. Got it?
Sent from my iPhone
On 19 Jul 2019, at 12:48, jluquee notifications@github.com wrote:
Sorry only need change
&& wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-15-current.tar.gz && tar xfz asterisk-15-current.tar.gz && rm -f asterisk-15-current.tar.gz \
The two files git clone your repo
Thanks
You can view, comment on, or merge this pull request online at:
https://github.com/flaviostutz/freepbx/pull/11
Commit Summary
Update Dockerfile File Changes
M Dockerfile (29) Patch Links:
https://github.com/flaviostutz/freepbx/pull/11.patch https://github.com/flaviostutz/freepbx/pull/11.diff — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
Hello I just wanted to let you know the Docker file needed updating again I am adding the updated code here please let me know if there are any questions .
&& wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-15.7.3.tar.gz \ && tar xfz asterisk-15.7.3.tar.gz \ && rm -f asterisk-15.7.3.tar.gz \
Fixing this in another commit. Thanks
Sorry only need change
&& wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-15-current.tar.gz \ && tar xfz asterisk-15-current.tar.gz \ && rm -f asterisk-15-current.tar.gz \
The two files git clone your repo
Thanks