mirror of
https://github.com/adferrand/docker-backuppc.git
synced 2023-11-05 04:40:26 +01:00
Merge branch 'adferrand:master' into master
This commit is contained in:
commit
b9c9ae7e7d
@ -19,6 +19,9 @@ jobs:
|
||||
echo "Docker tag is: ${VERSION}"
|
||||
docker tag adferrand/backuppc adferrand/backuppc:4
|
||||
docker tag adferrand/backuppc "adferrand/backuppc:${VERSION}"
|
||||
docker push "adferrand/backuppc:${VERSION}"
|
||||
docker push adferrand/backuppc:4
|
||||
docker push adferrand/backuppc
|
||||
displayName: Tag and push Docker images to DockerHub
|
||||
- job: github
|
||||
pool:
|
||||
|
@ -2,6 +2,15 @@
|
||||
|
||||
## master - CURRENT
|
||||
|
||||
## 4.4.0-6 - 28/06/2021
|
||||
### Modified
|
||||
* Update base image to Alpine 3.14.0
|
||||
* Explicitly enable `mod_openssl` lighttpd module when TLS is enabled (#56)
|
||||
|
||||
## 4.4.0-5 - 28/06/2021
|
||||
### Modified
|
||||
* Fix Docker images deployment
|
||||
|
||||
## 4.4.0-4 - 13/11/2020
|
||||
### Added
|
||||
* The system configuration file `/etc/msmtprc` for `msmtprc` is not overwritten
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM alpine:3.12.1
|
||||
FROM alpine:3.14.0
|
||||
|
||||
LABEL maintainer="Adrien Ferrand <ferrand.ad@gmail.com>"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user