Skip to content

Commit

Permalink
Merge pull request #73 from bb/upgrade-borg
Browse files Browse the repository at this point in the history
Upgrade borg and borgmatic to latest versions
  • Loading branch information
B3vis authored Jun 17, 2021
2 parents 6e8c1ac + 9adc1fe commit 58fb171
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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
LABEL mainainer='b3vis'
ARG BORG_VERSION=1.1.15
ARG BORGMATIC_VERSION=1.5.12
ARG BORG_VERSION=1.1.16
ARG BORGMATIC_VERSION=1.5.14
ARG LLFUSE_VERSION=1.3.6
RUN apk upgrade --no-cache \
&& apk add --no-cache \
Expand Down
4 changes: 2 additions & 2 deletions msmtp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM b3vis/borgmatic:v1.1.15-1.5.12
MAINTAINER b3vis
FROM b3vis/borgmatic:v1.1.16-1.5.14
LABEL mainainer='b3vis'
COPY entry.sh /entry.sh
RUN apk upgrade --no-cache \
&& apk add --no-cache \
Expand Down
6 changes: 3 additions & 3 deletions ntfy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:latest as builder
MAINTAINER b3vis
LABEL mainainer='b3vis'
RUN apk upgrade --no-cache \
&& apk add --no-cache \
alpine-sdk \
Expand All @@ -10,8 +10,8 @@ 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.15-1.5.12
MAINTAINER b3vis
FROM b3vis/borgmatic:v1.1.16-1.5.14
LABEL mainainer='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/

0 comments on commit 58fb171

Please sign in to comment.