From 728475f2010554615a7914a685b7992662bbe59c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 15:30:41 +0000 Subject: [PATCH] chore(deps): update newrelic/infrastructure-bundle docker tag to v3.2.56 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 32ab7d6..7e4e4b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_IMAGE=newrelic/infrastructure-bundle:3.2.55 +ARG BASE_IMAGE=newrelic/infrastructure-bundle:3.2.56 FROM $BASE_IMAGE AS base