Skip to content

Commit 3db0328

Browse files
authored
Bug fix: kartoza/pg-backup:14.0 not available (kartoza#363)
Changed to kartoza/pg-backup:14-3.1 to be consistent with version of db image (kartoza/postgis:14-3.1)
1 parent 3bddd8c commit 3db0328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ services:
2626
test: "exit 0"
2727

2828
dbbackups:
29-
image: kartoza/pg-backup:14.0
29+
image: kartoza/pg-backup:14-3.1
3030
hostname: pg-backups
3131
volumes:
3232
- dbbackups:/backups

0 commit comments

Comments
 (0)