Skip to content

Commit

Permalink
updated to work with Apprise v1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed Jul 7, 2023
1 parent 35553a9 commit 86d175a
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 @@ -17,7 +17,7 @@ ENV APPRISE_PLUGIN_PATHS /plugin
# Install nginx and supervisord
RUN apt-get update -qq && \
apt-get install -y -qq nginx supervisor build-essential libffi-dev libssl-dev \
pkg-config python-dev rustc
pkg-config rustc

# Install requirements and gunicorn
COPY ./requirements.txt /etc/requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
django
apprise == 1.4.0
apprise == 1.4.5
gunicorn

# 3rd party service support
Expand Down

0 comments on commit 86d175a

Please sign in to comment.