From 4bd083cf48622cd91c8e339debab4dac431ce4c5 Mon Sep 17 00:00:00 2001 From: Roberto Santalla Date: Tue, 31 May 2022 09:20:44 +0200 Subject: [PATCH] v2: update infrastructure-bundle to 2.8.15 (#470) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b9fe9850c..d2b343d85 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG MODE=normal -ARG BASE_IMAGE=newrelic/infrastructure-bundle:2.8.11 +ARG BASE_IMAGE=newrelic/infrastructure-bundle:2.8.15 FROM $BASE_IMAGE AS base