Skip to content

Commit

Permalink
updated borg to 1.1.11 and borgmatic to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
grantbevis committed Mar 9, 2020
1 parent 4804b01 commit 5140ae0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:latest as builder
MAINTAINER b3vis
ARG BORG_VERSION=1.1.10
ARG BORGMATIC_VERSION=1.4.21
ARG BORG_VERSION=1.1.11
ARG BORGMATIC_VERSION=1.5.1
RUN apk upgrade --no-cache \
&& apk add --no-cache \
alpine-sdk \
Expand Down
2 changes: 1 addition & 1 deletion msmtp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM b3vis/borgmatic:v1.1.10-1.4.21
FROM b3vis/borgmatic:v1.1.11-1.5.1
MAINTAINER b3vis
COPY entry.sh /entry.sh
RUN apk upgrade --no-cache \
Expand Down
8 changes: 2 additions & 6 deletions ntfy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
FROM alpine:latest as builder
MAINTAINER b3vis
ARG BORG_VERSION=1.1.10
ARG BORGMATIC_VERSION=1.4.21
RUN apk upgrade --no-cache \
&& apk add --no-cache \
alpine-sdk \
python3-dev \
openssl-dev \
linux-headers \
# Below this line are requirements for ntfy
libffi-dev \
&& pip3 install --upgrade pip \
&& pip3 install --upgrade ntfy[pid,emoji,xmpp,telegram,instapush,slack,rocketchat]

FROM b3vis/borgmatic:v1.1.10-1.4.21
FROM b3vis/borgmatic:v1.1.11-1.5.1
MAINTAINER b3vis
VOLUME /root/.config/ntfy
COPY --from=builder /usr/lib/python3.8/site-packages /usr/lib/python3.8/
COPY --from=builder /usr/bin/ntfy /usr/bin/
COPY --from=builder /usr/bin/ntfy /usr/bin/

0 comments on commit 5140ae0

Please sign in to comment.