Skip to content

Commit

Permalink
Merge pull request #96 from borgmatic-collective/develop
Browse files Browse the repository at this point in the history
Develop > Main
  • Loading branch information
B3vis authored Feb 12, 2022
2 parents b309f1c + 99c1d97 commit 03a08d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.15 as builder
LABEL mainainer='b3vis'
ARG BORG_VERSION=1.1.17
ARG BORGMATIC_VERSION=1.5.22
ARG BORGMATIC_VERSION=1.5.23
ARG LLFUSE_VERSION=1.4.1
RUN apk upgrade --no-cache \
&& apk add --no-cache \
Expand Down Expand Up @@ -35,7 +35,9 @@ RUN apk upgrade --no-cache \
libacl \
postgresql-client \
mariadb-client \
mongodb-tools \
curl \
findmnt \
&& rm -rf /var/cache/apk/* \
&& chmod 755 /entry.sh
VOLUME /mnt/source
Expand Down

0 comments on commit 03a08d3

Please sign in to comment.