chore(supabase): Update Supabase service template and Postgres image version

- Bump Supabase Postgres image from 15.6.1.146 to 15.8.1.048
This commit is contained in:
Andras Bacsai
2025-03-11 18:41:03 +01:00
parent f73c74bd44
commit 911957ff66
2 changed files with 2 additions and 2 deletions

View File

@@ -318,7 +318,7 @@ services:
# NEXT_ANALYTICS_BACKEND_PROVIDER=bigquery
- 'OPENAI_API_KEY=${OPENAI_API_KEY}'
supabase-db:
image: supabase/postgres:15.6.1.146
image: supabase/postgres:15.8.1.048
healthcheck:
test: pg_isready -U postgres -h 127.0.0.1
interval: 5s

File diff suppressed because one or more lines are too long