From b55e39711494cc68b12e4f3ff0af67cd700818d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 17:25:22 +0000 Subject: [PATCH] chore(deps): update newrelic/infrastructure-bundle docker tag to v3.2.58 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 96a30b8..86f9c65 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_IMAGE=newrelic/infrastructure-bundle:3.2.57 +ARG BASE_IMAGE=newrelic/infrastructure-bundle:3.2.58 FROM $BASE_IMAGE AS base