Skip to content

Commit

Permalink
Temporary lock Borgmatic to v1.8.9
Browse files Browse the repository at this point in the history
1.8.10 seems to break cron. See borgmatic-collective/docker-borgmatic#321 for more info. Updating once fix is released.
  • Loading branch information
JenswBE committed Apr 26, 2024
1 parent 4f353af commit 63dfc00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,7 @@ services:

borgmatic:
<<: *defaults
image: ghcr.io/borgmatic-collective/borgmatic:1.8
image: ghcr.io/borgmatic-collective/borgmatic:1.8.9
container_name: borgmatic
privileged: true # Required for borg mount
cap_add:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ services:
# ==========================
borgmatic:
<<: *defaults
image: ghcr.io/borgmatic-collective/borgmatic:1.8
image: ghcr.io/borgmatic-collective/borgmatic:1.8.9
container_name: borgmatic
privileged: true # Required for borg mount
cap_add:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,7 @@ services:

borgmatic:
<<: *defaults
image: ghcr.io/borgmatic-collective/borgmatic:1.8
image: ghcr.io/borgmatic-collective/borgmatic:1.8.9
container_name: borgmatic
privileged: true # Required for borg mount
cap_add:
Expand Down

0 comments on commit 63dfc00

Please sign in to comment.