chore: update dokku/s3backup version

This commit is contained in:
Jose Diaz-Gonzalez
2019-12-27 16:53:23 -05:00
parent f67ccbb3e0
commit 98699bf79d
2 changed files with 2 additions and 2 deletions

View File

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