From ec381d07e676faa22b077d9c68569e060e239538 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 14:12:58 +0000 Subject: [PATCH] chore(deps): update newrelic/infrastructure-bundle docker tag to v3.2.30 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a12d18a..68f6a98 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_IMAGE=newrelic/infrastructure-bundle:3.2.29 +ARG BASE_IMAGE=newrelic/infrastructure-bundle:3.2.30 FROM $BASE_IMAGE AS base