Merge remote-tracking branch 'origin/4'

This commit is contained in:
Adrien Ferrand 2019-03-09 23:36:10 +01:00
commit 41f8cfd905
3 changed files with 6 additions and 2 deletions

View File

@ -2,6 +2,10 @@
## Unreleased
## [4.3.0-4] - 09/03/2019
### Changed
* Update Alpine base image to 3.9
## [4.3.0-3] - 06/12/2018
### Added
* Hostname in BackupPC instance is now in sync with the container hostname, and can be set using `--hostname` at container start (#12 @Alveel)

View File

@ -1,4 +1,4 @@
FROM alpine:3.8
FROM alpine:3.9.2
LABEL maintainer="Adrien Ferrand <ferrand.ad@gmail.com>"

View File

@ -1 +1 @@
4.3.0-3
4.3.0-4