Skip to content

Commit

Permalink
Update to 4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adferrand committed Feb 18, 2020
1 parent a97c20d commit de6f291
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## [4.3.2] - 18/02/2020
### Changed
* Update to BackupPC 4.3.2
* Update base image to Alpine 3.11.3
* Update Par2Cmdline to 0.8.1

## [4.3.1-1] - 07/12/2019
### Changed
* Update base image to Alpine 3.10.3
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM alpine:3.10.3
FROM alpine:3.11.3

LABEL maintainer="Adrien Ferrand <[email protected]>"

ENV BACKUPPC_VERSION 4.3.1
ENV BACKUPPC_VERSION 4.3.2
ENV BACKUPPC_XS_VERSION 0.59
ENV RSYNC_BPC_VERSION 3.1.2.1
ENV PAR2_VERSION v0.8.0
ENV PAR2_VERSION v0.8.1

# Install backuppc runtime dependencies
RUN apk --no-cache --update add python3 rsync bash perl perl-archive-zip perl-xml-rss perl-cgi perl-file-listing expat samba-client iputils openssh openssl rrdtool ttf-dejavu msmtp lighttpd lighttpd-mod_auth gzip apache2-utils tzdata libstdc++ libgomp shadow ca-certificates \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# &nbsp;![](https://raw.githubusercontent.com/adferrand/docker-backuppc/master/images/logo_200px.png) adferrand/backuppc
![](https://img.shields.io/badge/tags-4%20latest-lightgrey.svg) [![](https://images.microbadger.com/badges/version/adferrand/backuppc:4.3.1-1.svg) ![](https://images.microbadger.com/badges/image/adferrand/backuppc:4.3.1-1.svg)](https://microbadger.com/images/adferrand/backuppc:4.3.1-1) [![CircleCI](https://circleci.com/gh/adferrand/docker-backuppc/tree/master.svg?style=shield)](https://circleci.com/gh/adferrand/docker-backuppc/tree/master)
![](https://img.shields.io/badge/tags-4%20latest-lightgrey.svg) [![](https://images.microbadger.com/badges/version/adferrand/backuppc:4.3.2.svg) ![](https://images.microbadger.com/badges/image/adferrand/backuppc:4.3.2.svg)](https://microbadger.com/images/adferrand/backuppc:4.3.2) [![CircleCI](https://circleci.com/gh/adferrand/docker-backuppc/tree/master.svg?style=shield)](https://circleci.com/gh/adferrand/docker-backuppc/tree/master)

* [Container functionalities](#container-functionalities)
* [About BackupPC](#about-backuppc)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.3.1-1
4.3.2

0 comments on commit de6f291

Please sign in to comment.