From 295e4b194c35fb45350ff53567f763a7015a43ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 20:27:55 +0000 Subject: [PATCH] Update postgres Docker tag to v17 --- services/identity/compose.yaml | 2 +- services/preservation/compose.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/identity/compose.yaml b/services/identity/compose.yaml index 0bd44760..9c013a74 100644 --- a/services/identity/compose.yaml +++ b/services/identity/compose.yaml @@ -32,7 +32,7 @@ services: max-file: 5 restart: unless-stopped dawarich-db: - image: postgres:15.10-alpine + image: postgres:17.2-alpine container_name: dawarich-db volumes: - {{ appdata_path }}/dawarich/db:/var/lib/postgresql/data diff --git a/services/preservation/compose.yaml b/services/preservation/compose.yaml index 8e5c9987..038fdfbe 100644 --- a/services/preservation/compose.yaml +++ b/services/preservation/compose.yaml @@ -85,7 +85,7 @@ services: mem_limit: 300M restart: always invidious-db: - image: postgres:15.10-alpine + image: postgres:17.2-alpine container_name: invidious-db volumes: - {{ appdata_path }}/invidious/data:/var/lib/postgresql/data