From 9e96bef11d1437541274d6bbc6ec029d86a9c358 Mon Sep 17 00:00:00 2001 From: Fergus Molloy Date: Mon, 28 Jul 2025 01:48:44 +0100 Subject: [PATCH] try non-alipine postgres --- .gitea/workflows/flow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/flow.yaml b/.gitea/workflows/flow.yaml index 10c3f25..1f12741 100644 --- a/.gitea/workflows/flow.yaml +++ b/.gitea/workflows/flow.yaml @@ -13,7 +13,7 @@ jobs: # Label used to access the service container postgres: # Docker Hub image - image: postgres:17-alpine + image: postgres:17 # Provide the password for postgres env: POSTGRES_USER: postgres