Skip to content

Commit

Permalink
chore(deps): update offen/docker-volume-backup docker tag to v2.43.1 (#…
Browse files Browse the repository at this point in the history
…243)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 10, 2025
1 parent 0772508 commit f3c0068
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion immich/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ services:

backup-database: &backup
container_name: immich_backup-database
image: offen/docker-volume-backup:v2.43.0@sha256:596f3eb4d8dff797f0655d3f99486ffdee39f8e38ecce1c615005dbff07ba1c2
image: offen/docker-volume-backup:v2.43.1@sha256:113d0aace06c83519a304e9b9c13fc65ebe2e52f5b027897886c8c0566a23d72
environment:
BACKUP_CRON_EXPRESSION: 0 5 * * *
BACKUP_FILENAME: immich_database_%Y%m%d.{{ .Extension }}
Expand Down
2 changes: 1 addition & 1 deletion misskey/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:

backup:
container_name: misskey_backup
image: offen/docker-volume-backup:v2.43.0@sha256:596f3eb4d8dff797f0655d3f99486ffdee39f8e38ecce1c615005dbff07ba1c2
image: offen/docker-volume-backup:v2.43.1@sha256:113d0aace06c83519a304e9b9c13fc65ebe2e52f5b027897886c8c0566a23d72
environment:
BACKUP_CRON_EXPRESSION: 0 5 * * *
BACKUP_FILENAME: misskey_%Y%m%d.{{ .Extension }}
Expand Down
2 changes: 1 addition & 1 deletion speedtest-tracker/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:

backup:
container_name: speedtest-tracker_backup
image: offen/docker-volume-backup:v2.43.0@sha256:596f3eb4d8dff797f0655d3f99486ffdee39f8e38ecce1c615005dbff07ba1c2
image: offen/docker-volume-backup:v2.43.1@sha256:113d0aace06c83519a304e9b9c13fc65ebe2e52f5b027897886c8c0566a23d72
environment:
BACKUP_CRON_EXPRESSION: 0 5 * * *
BACKUP_FILENAME: speedtest-tracker_%Y%m%d.{{ .Extension }}
Expand Down

0 comments on commit f3c0068

Please sign in to comment.