From ba21a2d4cf87f93c196daa106233e806d901004e Mon Sep 17 00:00:00 2001 From: gyurix Date: Thu, 2 Jan 2025 15:18:45 +0100 Subject: [PATCH] corrected postgres version --- outline/service-outline.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/outline/service-outline.json b/outline/service-outline.json index ff8e651..714b76b 100644 --- a/outline/service-outline.json +++ b/outline/service-outline.json @@ -31,7 +31,7 @@ "POST_START": "null" }, { - "IMAGE": "postgres:13-alpine", + "IMAGE": "postgres:16-alpine", "UPDATE": "true", "NAME": "outlinepostgres-db", "MEMORY": "256M",