From 3b17f78de04dfd83a14fe5c22f39f375b6a18864 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 03:16:01 +0000 Subject: [PATCH] Update hairyhenderson/gomplate Docker tag to v4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c124dad..8fe25e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM hairyhenderson/gomplate:v3.11.5 as gomplate +FROM hairyhenderson/gomplate:v4.2.0 as gomplate FROM docker.elastic.co/elasticsearch/elasticsearch:6.8.21