diff --git a/containers/collective-score-rust/collective-score-rust-db.container b/containers/collective-score-rust/collective-score-rust-db.container index 0c0a02f..7918cd9 100644 --- a/containers/collective-score-rust/collective-score-rust-db.container +++ b/containers/collective-score-rust/collective-score-rust-db.container @@ -1,5 +1,5 @@ [Container] -Image=docker.io/library/postgres:16 +Image=docker.io/library/postgres:17 AutoUpdate=registry Network=collective-score-rust.network Volume=%h/volumes/collective-score-rust/db:/var/lib/postgresql/data:Z diff --git a/containers/oxitraffic-alonely0/oxitraffic-alonely0-db.container b/containers/oxitraffic-alonely0/oxitraffic-alonely0-db.container index 0259f09..5808385 100644 --- a/containers/oxitraffic-alonely0/oxitraffic-alonely0-db.container +++ b/containers/oxitraffic-alonely0/oxitraffic-alonely0-db.container @@ -1,5 +1,5 @@ [Container] -Image=docker.io/library/postgres:16 +Image=docker.io/library/postgres:17 AutoUpdate=registry Network=oxitraffic-alonely0.network Volume=%h/volumes/oxitraffic-alonely0/db:/var/lib/postgresql/data:Z diff --git a/containers/oxitraffic-corrode-dev/oxitraffic-corrode-dev-db.container b/containers/oxitraffic-corrode-dev/oxitraffic-corrode-dev-db.container index 12e31db..8cdb853 100644 --- a/containers/oxitraffic-corrode-dev/oxitraffic-corrode-dev-db.container +++ b/containers/oxitraffic-corrode-dev/oxitraffic-corrode-dev-db.container @@ -1,5 +1,5 @@ [Container] -Image=docker.io/library/postgres:16 +Image=docker.io/library/postgres:17 AutoUpdate=registry Network=oxitraffic-corrode-dev.network Volume=%h/volumes/oxitraffic-corrode-dev/db:/var/lib/postgresql/data:Z diff --git a/containers/oxitraffic/oxitraffic-db.container b/containers/oxitraffic/oxitraffic-db.container index e5688be..e770351 100644 --- a/containers/oxitraffic/oxitraffic-db.container +++ b/containers/oxitraffic/oxitraffic-db.container @@ -1,5 +1,5 @@ [Container] -Image=docker.io/library/postgres:16 +Image=docker.io/library/postgres:17 AutoUpdate=registry Network=oxitraffic.network Volume=%h/volumes/oxitraffic/db:/var/lib/postgresql/data:Z