From e135ec09b1d0ae2a5dba2e139cf69acf417a8009 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 10:36:40 +0000 Subject: [PATCH] Update docker.io/postgres Docker tag to v17 --- hosts/ps10rp/gitea/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/ps10rp/gitea/docker-compose.yml b/hosts/ps10rp/gitea/docker-compose.yml index cfe154c64..fc4830234 100644 --- a/hosts/ps10rp/gitea/docker-compose.yml +++ b/hosts/ps10rp/gitea/docker-compose.yml @@ -33,7 +33,7 @@ services: - 1.1.1.1 env_file: - .postgresql.env - image: docker.io/postgres:16 + image: docker.io/postgres:17 networks: traefik: null restart: always