Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit ad2179b

Browse files
committed
update postgres version for infra
1 parent 85f94f2 commit ad2179b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ services:
106106
- '9000:9000' # web interface
107107
- '1100:1100' # POP3
108108
db:
109-
image: supabase/postgres:latest
109+
image: supabase/postgres:15.1.1.66
110110
ports:
111111
- '5432:5432'
112112
command: postgres -c config_file=/etc/postgresql/postgresql.conf

0 commit comments

Comments
 (0)