[Helper] Backup and restore: Use latest tag for image
This commit is contained in:
parent
118cb1017a
commit
ff7102468e
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
DEBIAN_DOCKER_IMAGE="mailcow/backup:1.0"
|
DEBIAN_DOCKER_IMAGE="mailcow/backup:latest"
|
||||||
|
|
||||||
if [[ ! -z ${MAILCOW_BACKUP_LOCATION} ]]; then
|
if [[ ! -z ${MAILCOW_BACKUP_LOCATION} ]]; then
|
||||||
BACKUP_LOCATION="${MAILCOW_BACKUP_LOCATION}"
|
BACKUP_LOCATION="${MAILCOW_BACKUP_LOCATION}"
|
||||||
|
Loading…
Reference in New Issue
Block a user