From 13b6c21e6d9cfe2c7d6a82df154e1c3326d07965 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 14 Nov 2025 23:03:52 +0000 Subject: [PATCH] Update docker.io/postgres Docker tag to v18 --- hosts/ps10rp/gitea/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/ps10rp/gitea/compose.yaml b/hosts/ps10rp/gitea/compose.yaml index 0fe701099..fef050468 100644 --- a/hosts/ps10rp/gitea/compose.yaml +++ b/hosts/ps10rp/gitea/compose.yaml @@ -19,7 +19,7 @@ services: - /dev/net/tun:/dev/net/tun postgresql: - image: docker.io/postgres:17.6-alpine3.21 + image: docker.io/postgres:18.0-alpine3.21 container_name: gitea-postgres env_file: - .env