From b199c593952a893b96c03bb18f5e63cf2fe74df3 Mon Sep 17 00:00:00 2001 From: Copple <10214025+kiwicopple@users.noreply.github.com> Date: Tue, 26 Dec 2023 03:15:02 +0100 Subject: [PATCH] chore: update self-hosted image versions (#20010) --- docker/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 469bb493e2..e6ea0e4492 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -135,7 +135,7 @@ services: rest: container_name: supabase-rest - image: postgrest/postgrest:v11.2.2 + image: postgrest/postgrest:v12.0.1 depends_on: db: # Disable this if you are using an external Postgres database @@ -338,7 +338,7 @@ services: # Comment out everything below this point if you are using an external Postgres database db: container_name: supabase-db - image: supabase/postgres:15.1.0.117 + image: supabase/postgres:15.1.0.147 healthcheck: test: pg_isready -U postgres -h localhost interval: 5s