From f7bfa9472777ca95d5e199a816f5406ca6ab00d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 08:44:09 +0000 Subject: [PATCH] Update maven Docker tag to v3.8 --- tests/integration/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/Dockerfile b/tests/integration/Dockerfile index a717ef5..94937c1 100644 --- a/tests/integration/Dockerfile +++ b/tests/integration/Dockerfile @@ -14,7 +14,7 @@ RUN curl -fsSL https://download.newrelic.com/infrastructure_agent/gpg/newrelic-i apt-get update && \ apt-get install nrjmx -FROM maven:3.6-jdk-11 +FROM maven:3.8-jdk-11 COPY --from=builder /go/src/github.com/newrelic/nri-cassandra/bin / COPY --from=builder /usr/bin/nrjmx /usr/bin/nrjmx COPY --from=builder /usr/lib/nrjmx/nrjmx.jar /usr/lib/nrjmx/nrjmx.jar