From 4dc8e8b6b6d1b6dfac69d9a1f18725aec2b40934 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 08:44:39 +0000 Subject: [PATCH] chore(deps): update newrelic/infrastructure-bundle docker tag to v3.2.49 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 474b4b1..4bb78ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_IMAGE=newrelic/infrastructure-bundle:3.2.48 +ARG BASE_IMAGE=newrelic/infrastructure-bundle:3.2.49 FROM $BASE_IMAGE AS base