From 8f5587099d2c30b23c2606d9857f067919511d50 Mon Sep 17 00:00:00 2001 From: Javielico Date: Mon, 8 May 2023 21:01:16 +0100 Subject: [PATCH] Postgres up to 15.2 --- compose.postgres.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.postgres.yml b/compose.postgres.yml index 24c681a..da1390a 100644 --- a/compose.postgres.yml +++ b/compose.postgres.yml @@ -8,7 +8,7 @@ services: - GITEA_DB_NAME=gitea - GITEA_DB_USER=gitea db: - image: postgres:9.6 + image: postgres:15.2 environment: - POSTGRES_DB=gitea - POSTGRES_USER=gitea