chore(compose): pin postgres patch image

This commit is contained in:
William Valentin
2026-05-20 22:19:58 -07:00
parent 8d883000e5
commit d744e5c036
+1 -1
View File
@@ -286,7 +286,7 @@ services:
condition: service_healthy
litellm-db:
image: postgres:15-alpine
image: postgres:15.17-alpine
container_name: litellm-db
restart: unless-stopped
profiles: ["api"]