Skip to content

Commit 90050c0

Browse files
committed
ci: change to static postgres image version
1 parent dc89f8f commit 90050c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
- database
1717

1818
database:
19-
image: postgres:latest
19+
image: postgres:17.4
2020
container_name: devlink-database
2121
environment:
2222
POSTGRES_USER: ${DATABASE_USERNAME}

0 commit comments

Comments
 (0)