Version 4.3.1-1

This commit is contained in:
Adrien Ferrand 2019-12-07 11:04:17 +01:00
parent 42423ac44e
commit 104a1829e0
3 changed files with 6 additions and 2 deletions

View File

@ -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

View File

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

View File

@ -1 +1 @@
4.3.1
4.3.1-1