From b200628c55bb739bef3bbe8d4d1f5c9553cdf041 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 16:13:45 +0000 Subject: [PATCH] Update dependency microsoft/ApplicationInsights-Java to v3.4.17 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 935b2f203..551ea847e 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.4.12 +ARG APP_INSIGHTS_AGENT_VERSION=3.4.17 # Application image