From 08a6915ae1f81b6540f8061c1d894315f12ea345 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 10:02:51 +0000 Subject: [PATCH] Update dependency microsoft/ApplicationInsights-Java to v3.7.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4a87c8f3..d1df09f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Keep hub.Dockerfile aligned to this file as far as possible ARG JAVA_OPTS="-Djava.security.egd=file:/dev/./urandom" # renovate: datasource=github-releases depName=microsoft/ApplicationInsights-Java -ARG APP_INSIGHTS_AGENT_VERSION=3.7.4 +ARG APP_INSIGHTS_AGENT_VERSION=3.7.5 # Application image