From 3c8f66a3e33cad2200f38f727abe98162ed95a2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 10:49:26 +0000 Subject: [PATCH] Update dependency microsoft/ApplicationInsights-Java to v3.7.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 286bc872a7..ab9fb3870d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # ARG must be before all "FROM"s # renovate: datasource=github-releases depName=microsoft/ApplicationInsights-Java -ARG APP_INSIGHTS_AGENT_VERSION=3.7.0 +ARG APP_INSIGHTS_AGENT_VERSION=3.7.1 FROM openjdk:21-jdk-slim-bullseye AS build-env WORKDIR /usr/local/bin