Skip to content

Commit 5b588bf

Browse files
authored
fix: pin postgres version to 16 in docker-compose.yml (#4855)
1 parent 6cd6d9a commit 5b588bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
environment:
1212
- PHOENIX_SQL_DATABASE_URL=postgresql://postgres:postgres@db:5432/postgres
1313
db:
14-
image: postgres
14+
image: postgres:16
1515
restart: always
1616
environment:
1717
- POSTGRES_USER=postgres

0 commit comments

Comments
 (0)