From 7bf390c0dcc701c025e6ea088deb69675b59232d Mon Sep 17 00:00:00 2001 From: Grant Bevis Date: Thu, 8 Oct 2020 21:31:12 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=83=20Updated=20to=20use=20the=20new?= =?UTF-8?q?=20v1.1.14-1.5.10=20base=20image?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- msmtp/Dockerfile | 2 +- ntfy/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/msmtp/Dockerfile b/msmtp/Dockerfile index 5b9c3bd..682f2ee 100644 --- a/msmtp/Dockerfile +++ b/msmtp/Dockerfile @@ -1,4 +1,4 @@ -FROM b3vis/borgmatic:v1.1.13-1.5.8 +FROM b3vis/borgmatic:v1.1.14-1.5.10 MAINTAINER b3vis COPY entry.sh /entry.sh RUN apk upgrade --no-cache \ diff --git a/ntfy/Dockerfile b/ntfy/Dockerfile index 072bfae..d2ace47 100644 --- a/ntfy/Dockerfile +++ b/ntfy/Dockerfile @@ -10,7 +10,7 @@ RUN apk upgrade --no-cache \ && pip3 install --upgrade pip \ && pip3 install --upgrade ntfy[pid,emoji,xmpp,telegram,instapush,slack,rocketchat] -FROM b3vis/borgmatic:v1.1.13-1.5.8 +FROM b3vis/borgmatic:v1.1.14-1.5.10 MAINTAINER b3vis VOLUME /root/.config/ntfy COPY --from=builder /usr/lib/python3.8/site-packages /usr/lib/python3.8/