feat: update image

This commit is contained in:
2025-05-06 22:47:56 -03:00
parent 1d336e157f
commit 5f8bb22766

View File

@ -2,7 +2,7 @@ import { TASK_ID, namespaceWrapper } from "@_koii/namespace-wrapper";
import "dotenv/config";
import os from "os";
const imageUrl = "docker.io/labrocadabro/prometheus-summarizer:0.4";
const imageUrl = "docker.io/hermanyiqunliang/summarizer-agent:0.5";
function getHostIP() {
const interfaces = os.networkInterfaces();