1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-01-08 04:05:03 +02:00

[Helper] Backup and restore: Use latest tag for image

This commit is contained in:
Peter 2022-11-22 18:38:38 +01:00
parent 118cb1017a
commit ff7102468e
No known key found for this signature in database
GPG Key ID: A40EE5665510C9D5

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
DEBIAN_DOCKER_IMAGE="mailcow/backup:1.0"
DEBIAN_DOCKER_IMAGE="mailcow/backup:latest"
if [[ ! -z ${MAILCOW_BACKUP_LOCATION} ]]; then
BACKUP_LOCATION="${MAILCOW_BACKUP_LOCATION}"