feat: update to latest dokku/s3backup image

This commit is contained in:
Jose Diaz-Gonzalez
2019-03-25 13:47:03 -04:00
parent f2846ab25b
commit fa15a7231e
2 changed files with 2 additions and 2 deletions

View File

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