Skip to content

Commit

Permalink
chore(deps): update tiredofit/db-backup docker tag to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2023
1 parent f58d1ca commit 6d868ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/core/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ services:
- POSTGRES_PASSWORD_FILE=/run/secrets/postgres-password

postgres-backup:
image: tiredofit/db-backup:3.9.11
image: tiredofit/db-backup:4.0.14
container_name: postgres-backup
restart: always
volumes:
Expand Down Expand Up @@ -91,7 +91,7 @@ services:
- ./redis/data:/data

redis-backup:
image: tiredofit/db-backup:3.9.11
image: tiredofit/db-backup:4.0.14
container_name: redis-backup
restart: always
volumes:
Expand Down

0 comments on commit 6d868ac

Please sign in to comment.