From 4d7c93516cd6ae3dc8aab1b203510c3eb3d9efc8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 14:10:35 +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