From 0a068aaa022437e00e3268fadf0e873d031303c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 09:47:10 +0000 Subject: [PATCH] Update postgres Docker tag to v16 --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 4d2f727..35ac1f9 100644 --- a/compose.yaml +++ b/compose.yaml @@ -17,7 +17,7 @@ services: postgres: container_name: peertube-db - image: postgres:15-alpine + image: postgres:16-alpine restart: always env_file: - stack.env