From 93dcaaf511f0bba7878845423f9c5d4ea652a57e Mon Sep 17 00:00:00 2001 From: Husanjonazamov Date: Thu, 12 Feb 2026 19:34:00 +0500 Subject: [PATCH] fix: postgres version 17-alpine --- stack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack.yaml b/stack.yaml index eacf8bf..070629a 100644 --- a/stack.yaml +++ b/stack.yaml @@ -2,7 +2,7 @@ version: "3.8" services: postgres: - image: postgres:17.1-alpine + image: postgres:17-alpine environment: - POSTGRES_USER=postgres - POSTGRES_DB=sifatbaho