Skip to content

Commit ab13a1e

Browse files
chore: update self-hosted image versions (supabase#29739)
* chore: update image versions for docker/docker-compose.yml * chore: update image versions for docker/docker-compose.yml * chore: update image versions for docker/docker-compose.yml * chore: update image versions for docker/docker-compose.yml * chore: update image versions for docker/docker-compose.yml * chore: update image versions for docker/docker-compose.yml * chore: update image versions for docker/docker-compose.yml --------- Co-authored-by: Han Qiao <[email protected]>
1 parent 8ec4a79 commit ab13a1e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker/docker-compose.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: supabase
99
services:
1010
studio:
1111
container_name: supabase-studio
12-
image: supabase/studio:20241014-c083b3b
12+
image: supabase/studio:20241106-f29003e
1313
restart: unless-stopped
1414
healthcheck:
1515
test:
@@ -77,7 +77,7 @@ services:
7777

7878
auth:
7979
container_name: supabase-auth
80-
image: supabase/gotrue:v2.158.1
80+
image: supabase/gotrue:v2.164.0
8181
depends_on:
8282
db:
8383
# Disable this if you are using an external Postgres database
@@ -306,7 +306,7 @@ services:
306306

307307
functions:
308308
container_name: supabase-edge-functions
309-
image: supabase/edge-runtime:v1.59.0
309+
image: supabase/edge-runtime:v1.62.2
310310
restart: unless-stopped
311311
depends_on:
312312
analytics:
@@ -371,7 +371,7 @@ services:
371371
# Comment out everything below this point if you are using an external Postgres database
372372
db:
373373
container_name: supabase-db
374-
image: supabase/postgres:15.1.1.78
374+
image: supabase/postgres:15.6.1.139
375375
healthcheck:
376376
test: pg_isready -U postgres -h localhost
377377
interval: 5s

0 commit comments

Comments
 (0)