mirror of
https://github.com/tiredofit/docker-db-backup.git
synced 2025-12-21 13:23:12 +01:00
Release 1.21.2 - See CHANGELOG.md
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
## 1.21.2 2020-06-08 <dave at tiredofit dot ca>
|
||||
|
||||
### Added
|
||||
- Change to support tiredofit/alpine base image 5.0.0
|
||||
|
||||
|
||||
## 1.21.1 2020-06-04 <dave at tiredofit dot ca>
|
||||
|
||||
### Changed
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
for s in /assets/functions/*; do source $s; done
|
||||
source /assets/functions/00-container
|
||||
|
||||
PROCESS_NAME="db-backup"
|
||||
|
||||
date >/dev/null
|
||||
Reference in New Issue
Block a user