From a56b434e3d92a43c414571266a8bbb5640ccd7a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 17:41:52 +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 fc6e2d30..26a80b77 100644 --- a/services/identity/compose.yaml +++ b/services/identity/compose.yaml @@ -33,7 +33,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 8938c423..1ad0bf36 100644 --- a/services/preservation/compose.yaml +++ b/services/preservation/compose.yaml @@ -73,7 +73,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"