From 769e08843bf733430017a4130629acc30d99cebb Mon Sep 17 00:00:00 2001 From: andryyy Date: Mon, 14 Mar 2022 13:10:39 +0100 Subject: [PATCH] [Helper] Backup and restore: Use bullseye-slim --- helper-scripts/backup_and_restore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper-scripts/backup_and_restore.sh b/helper-scripts/backup_and_restore.sh index 189a6607..9f7533ca 100755 --- a/helper-scripts/backup_and_restore.sh +++ b/helper-scripts/backup_and_restore.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -DEBIAN_DOCKER_IMAGE="debian:buster-slim" +DEBIAN_DOCKER_IMAGE="debian:bullseye-slim" if [[ ! -z ${MAILCOW_BACKUP_LOCATION} ]]; then BACKUP_LOCATION="${MAILCOW_BACKUP_LOCATION}"