From 0055739c5df0541f6de658af60adaa35960d904d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 03:30:22 +0000 Subject: [PATCH] Update postgres Docker tag to v17 --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 8e1e47e..34687ff 100644 --- a/compose.yaml +++ b/compose.yaml @@ -17,7 +17,7 @@ services: postgres: container_name: peertube-db - image: postgres:16-alpine + image: postgres:17-alpine restart: always env_file: - stack.env