fix: update docker-s3backup image to fix backups to s3

This commit is contained in:
Jose Diaz-Gonzalez
2019-03-28 05:23:39 -04:00
parent 90004efade
commit 8e5adaed47
2 changed files with 2 additions and 2 deletions

View File

@@ -186,7 +186,7 @@ service_backup() {
fi
# shellcheck disable=SC2086
docker run --rm $BACKUP_PARAMETERS dokku/s3backup:0.9.1
docker run --rm $BACKUP_PARAMETERS dokku/s3backup:0.9.4
}
service_backup_auth() {