From b97c746fd2b4f3b1971002cc9df3a241d82a635f Mon Sep 17 00:00:00 2001 From: mo8it Date: Fri, 27 Sep 2024 15:44:56 +0200 Subject: [PATCH] Upgrade PostgreSQL images --- .../collective-score-rust/collective-score-rust-db.container | 2 +- containers/oxitraffic-alonely0/oxitraffic-alonely0-db.container | 2 +- .../oxitraffic-corrode-dev/oxitraffic-corrode-dev-db.container | 2 +- containers/oxitraffic/oxitraffic-db.container | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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