apprise
apprise copied to clipboard
How to install v1.0.0 via docker?
Only find "docker pull caronc/apprise:v0.8.0" in dockerhub
Yeah, the API runs on a different versioning then the underlining library.
You're using the latest and greatest.
When you open up the web page it should show you that the library under the hood is v1.0.0
my web page shows 0.9.9 with "latest" tag
I'll look into this. You can add an entry to the Dockerfile if you want: RUN pip install apprise
I've not have time yet to investigate this.
I just pushed another release of Apprise now (v1.1.0) and also updated the Apprise API to reference it (using v0.8.1).
Docker is building the package now (while I write this, but all should be visible and accessible) in about 20 min or so for you.
I hadn't heard back. I just wanted to follow up: Did you have any luck?
Will close this ticket off as after testing for myself, i am pulling the correct version. Make sure you do a get pull on apprise:latest to get the current version.
I hadn't heard back. I just wanted to follow up: Did you have any luck?
It appears v1.1.0 ! Thanks a lot !!!