From 525971346e9604d1cbe0ca80d9a2a3710e2277cf Mon Sep 17 00:00:00 2001 From: rubenruizdegauna Date: Wed, 25 Sep 2024 21:53:52 +0200 Subject: [PATCH] chore(deps): update newrelic/infrastructure-bundle docker tag to v3.2.55 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 36dc473..32ab7d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_IMAGE=newrelic/infrastructure-bundle:3.2.53 +ARG BASE_IMAGE=newrelic/infrastructure-bundle:3.2.55 FROM $BASE_IMAGE AS base