From 43d10aa7ba57d7e1f759567899e63ce8956bfcf0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 16:11:55 -0600 Subject: [PATCH] Update docker.io/postgres Docker tag to v17.4 (#1250) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 1ccec4943..a9aa58e35 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.2-alpine3.21 + image: docker.io/postgres:17.4-alpine3.21 container_name: gitea-postgres env_file: - .env