Skip to content

Commit

Permalink
Merge pull request #52 from felipemlemos/update_packages
Browse files Browse the repository at this point in the history
Update borg to 1.1.13 and borgmatic to 1.5.8
  • Loading branch information
B3vis authored Jul 15, 2020
2 parents 9d686fc + 0e1486b commit 6f6535a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
FROM alpine:latest as builder
MAINTAINER b3vis
ARG BORG_VERSION=1.1.11
ARG BORGMATIC_VERSION=1.5.1
LABEL mainainer='b3vis'
ARG BORG_VERSION=1.1.13
ARG BORGMATIC_VERSION=1.5.8
RUN apk upgrade --no-cache \
&& apk add --no-cache \
alpine-sdk \
python3-dev \
py3-pip \
openssl-dev \
lz4-dev \
acl-dev \
Expand All @@ -18,7 +19,7 @@ RUN apk upgrade --no-cache \
&& pip3 install --upgrade llfuse

FROM alpine:latest
MAINTAINER b3vis
LABEL mainainer='b3vis'
COPY entry.sh /entry.sh
RUN apk upgrade --no-cache \
&& apk add --no-cache \
Expand Down

0 comments on commit 6f6535a

Please sign in to comment.