Skip to content

Commit 82aa52b

Browse files
committed
Update Apprise to 0.9.8.3
1 parent fa7d15c commit 82aa52b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/alpine-base.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ WORKDIR /app
44

55
# Install apprise, iputils for non-root ping, setpriv
66
RUN apk add --no-cache iputils setpriv dumb-init python3 py3-cryptography py3-pip py3-six py3-yaml py3-click py3-markdown py3-requests py3-requests-oauthlib && \
7-
pip3 --no-cache-dir install apprise==0.9.8 && \
7+
pip3 --no-cache-dir install apprise==0.9.8.3 && \
88
rm -rf /root/.cache

docker/debian-base.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ WORKDIR /app
1111
RUN apt update && \
1212
apt --yes --no-install-recommends install python3 python3-pip python3-cryptography python3-six python3-yaml python3-click python3-markdown python3-requests python3-requests-oauthlib \
1313
sqlite3 iputils-ping util-linux dumb-init && \
14-
pip3 --no-cache-dir install apprise==0.9.8 && \
14+
pip3 --no-cache-dir install apprise==0.9.8.3 && \
1515
rm -rf /var/lib/apt/lists/*
1616

1717
# Install cloudflared

0 commit comments

Comments
 (0)