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

Commit e1877b2

Browse files
authored
chore: pull latest postgres image instead
1 parent 5681011 commit e1877b2

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:14.1.0
109+
image: supabase/postgres:latest
110110
ports:
111111
- '5432:5432'
112112
command: postgres -c config_file=/etc/postgresql/postgresql.conf

0 commit comments

Comments
 (0)