mirror of
https://github.com/adferrand/docker-backuppc.git
synced 2023-11-05 04:40:26 +01:00
Version 4.3.1-1
This commit is contained in:
parent
42423ac44e
commit
104a1829e0
@ -2,6 +2,10 @@
|
||||
|
||||
## Unreleased
|
||||
|
||||
## [4.3.1-1] - 07/12/2019
|
||||
### Changed
|
||||
* Update base image to Alpine 3.10.3
|
||||
|
||||
## [4.3.1] - 17/07/2019
|
||||
### Added
|
||||
* Proper Docker signal handling (eg. SIGINT) by making Circus be the PID 1
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM alpine:3.10.1
|
||||
FROM alpine:3.10.3
|
||||
|
||||
LABEL maintainer="Adrien Ferrand <ferrand.ad@gmail.com>"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user