From 69d0b1d78a5d0bebd853c845d61607bd8f0aa922 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 16:39:30 +0000 Subject: [PATCH] patch(deps): update dependency hairyhenderson/gomplate to v4.0.1 --- latest/Dockerfile.amd64 | 2 +- latest/Dockerfile.arm | 2 +- latest/Dockerfile.arm64 | 2 +- v3.15/Dockerfile.amd64 | 2 +- v3.15/Dockerfile.arm | 2 +- v3.15/Dockerfile.arm64 | 2 +- v3.16/Dockerfile.amd64 | 2 +- v3.16/Dockerfile.arm | 2 +- v3.16/Dockerfile.arm64 | 2 +- v3.17/Dockerfile.amd64 | 2 +- v3.17/Dockerfile.arm | 2 +- v3.17/Dockerfile.arm64 | 2 +- v3.18/Dockerfile.amd64 | 2 +- v3.18/Dockerfile.arm | 2 +- v3.18/Dockerfile.arm64 | 2 +- v3.19/Dockerfile.amd64 | 2 +- v3.19/Dockerfile.arm | 2 +- v3.19/Dockerfile.arm64 | 2 +- v3.20/Dockerfile.amd64 | 2 +- v3.20/Dockerfile.arm | 2 +- v3.20/Dockerfile.arm64 | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/latest/Dockerfile.amd64 b/latest/Dockerfile.amd64 index 4362b65b..9b2a3be8 100644 --- a/latest/Dockerfile.amd64 +++ b/latest/Dockerfile.amd64 @@ -9,7 +9,7 @@ RUN curl -sSLo /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/ chmod +x /tmp/wait-for-it # renovate: datasource=github-releases depName=hairyhenderson/gomplate -ENV GOMPLATE_VERSION=4.0.0 +ENV GOMPLATE_VERSION=4.0.1 RUN curl -sSLo /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-amd64 && \ chmod +x /tmp/gomplate diff --git a/latest/Dockerfile.arm b/latest/Dockerfile.arm index 1ea592da..79123f70 100644 --- a/latest/Dockerfile.arm +++ b/latest/Dockerfile.arm @@ -9,7 +9,7 @@ RUN curl -sSLo /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/ chmod +x /tmp/wait-for-it # renovate: datasource=github-releases depName=hairyhenderson/gomplate -ENV GOMPLATE_VERSION=4.0.0 +ENV GOMPLATE_VERSION=4.0.1 RUN curl -sSLo /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-armv6 && \ chmod +x /tmp/gomplate diff --git a/latest/Dockerfile.arm64 b/latest/Dockerfile.arm64 index fb852080..73c17aaf 100644 --- a/latest/Dockerfile.arm64 +++ b/latest/Dockerfile.arm64 @@ -9,7 +9,7 @@ RUN curl -sSLo /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/ chmod +x /tmp/wait-for-it # renovate: datasource=github-releases depName=hairyhenderson/gomplate -ENV GOMPLATE_VERSION=4.0.0 +ENV GOMPLATE_VERSION=4.0.1 RUN curl -sSLo /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-arm64 && \ chmod +x /tmp/gomplate diff --git a/v3.15/Dockerfile.amd64 b/v3.15/Dockerfile.amd64 index ea82e981..2119abfc 100644 --- a/v3.15/Dockerfile.amd64 +++ b/v3.15/Dockerfile.amd64 @@ -9,7 +9,7 @@ RUN curl -sSLo /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/ chmod +x /tmp/wait-for-it # renovate: datasource=github-releases depName=hairyhenderson/gomplate -ENV GOMPLATE_VERSION=4.0.0 +ENV GOMPLATE_VERSION=4.0.1 RUN curl -sSLo /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-amd64 && \ chmod +x /tmp/gomplate diff --git a/v3.15/Dockerfile.arm b/v3.15/Dockerfile.arm index e2bf436d..5a36820d 100644 --- a/v3.15/Dockerfile.arm +++ b/v3.15/Dockerfile.arm @@ -9,7 +9,7 @@ RUN curl -sSLo /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/ chmod +x /tmp/wait-for-it # renovate: datasource=github-releases depName=hairyhenderson/gomplate -ENV GOMPLATE_VERSION=4.0.0 +ENV GOMPLATE_VERSION=4.0.1 RUN curl -sSLo /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-armv6 && \ chmod +x /tmp/gomplate diff --git a/v3.15/Dockerfile.arm64 b/v3.15/Dockerfile.arm64 index 2676033a..169dfe3a 100644 --- a/v3.15/Dockerfile.arm64 +++ b/v3.15/Dockerfile.arm64 @@ -9,7 +9,7 @@ RUN curl -sSLo /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/ chmod +x /tmp/wait-for-it # renovate: datasource=github-releases depName=hairyhenderson/gomplate -ENV GOMPLATE_VERSION=4.0.0 +ENV GOMPLATE_VERSION=4.0.1 RUN curl -sSLo /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-arm64 && \ chmod +x /tmp/gomplate diff --git a/v3.16/Dockerfile.amd64 b/v3.16/Dockerfile.amd64 index 7c1bb7a2..d6f77623 100644 --- a/v3.16/Dockerfile.amd64 +++ b/v3.16/Dockerfile.amd64 @@ -9,7 +9,7 @@ RUN curl -sSLo /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/ chmod +x /tmp/wait-for-it # renovate: datasource=github-releases depName=hairyhenderson/gomplate -ENV GOMPLATE_VERSION=4.0.0 +ENV GOMPLATE_VERSION=4.0.1 RUN curl -sSLo /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-amd64 && \ chmod +x /tmp/gomplate diff --git a/v3.16/Dockerfile.arm b/v3.16/Dockerfile.arm index 14e21b25..096aa738 100644 --- a/v3.16/Dockerfile.arm +++ b/v3.16/Dockerfile.arm @@ -9,7 +9,7 @@ RUN curl -sSLo /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/ chmod +x /tmp/wait-for-it # renovate: datasource=github-releases depName=hairyhenderson/gomplate -ENV GOMPLATE_VERSION=4.0.0 +ENV GOMPLATE_VERSION=4.0.1 RUN curl -sSLo /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-armv6 && \ chmod +x /tmp/gomplate diff --git a/v3.16/Dockerfile.arm64 b/v3.16/Dockerfile.arm64 index 5c9b572e..16f29273 100644 --- a/v3.16/Dockerfile.arm64 +++ b/v3.16/Dockerfile.arm64 @@ -9,7 +9,7 @@ RUN curl -sSLo /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/ chmod +x /tmp/wait-for-it # renovate: datasource=github-releases depName=hairyhenderson/gomplate -ENV GOMPLATE_VERSION=4.0.0 +ENV GOMPLATE_VERSION=4.0.1 RUN curl -sSLo /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-arm64 && \ chmod +x /tmp/gomplate diff --git a/v3.17/Dockerfile.amd64 b/v3.17/Dockerfile.amd64 index b1b1dad8..fbba1eac 100644 --- a/v3.17/Dockerfile.amd64 +++ b/v3.17/Dockerfile.amd64 @@ -9,7 +9,7 @@ RUN curl -sSLo /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/ chmod +x /tmp/wait-for-it # renovate: datasource=github-releases depName=hairyhenderson/gomplate -ENV GOMPLATE_VERSION=4.0.0 +ENV GOMPLATE_VERSION=4.0.1 RUN curl -sSLo /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-amd64 && \ chmod +x /tmp/gomplate diff --git a/v3.17/Dockerfile.arm b/v3.17/Dockerfile.arm index b50ddf7a..40264092 100644 --- a/v3.17/Dockerfile.arm +++ b/v3.17/Dockerfile.arm @@ -9,7 +9,7 @@ RUN curl -sSLo /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/ chmod +x /tmp/wait-for-it # renovate: datasource=github-releases depName=hairyhenderson/gomplate -ENV GOMPLATE_VERSION=4.0.0 +ENV GOMPLATE_VERSION=4.0.1 RUN curl -sSLo /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-armv6 && \ chmod +x /tmp/gomplate diff --git a/v3.17/Dockerfile.arm64 b/v3.17/Dockerfile.arm64 index 6c73c898..50ccc3c4 100644 --- a/v3.17/Dockerfile.arm64 +++ b/v3.17/Dockerfile.arm64 @@ -9,7 +9,7 @@ RUN curl -sSLo /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/ chmod +x /tmp/wait-for-it # renovate: datasource=github-releases depName=hairyhenderson/gomplate -ENV GOMPLATE_VERSION=4.0.0 +ENV GOMPLATE_VERSION=4.0.1 RUN curl -sSLo /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-arm64 && \ chmod +x /tmp/gomplate diff --git a/v3.18/Dockerfile.amd64 b/v3.18/Dockerfile.amd64 index 5fa0c8d0..1017514c 100644 --- a/v3.18/Dockerfile.amd64 +++ b/v3.18/Dockerfile.amd64 @@ -9,7 +9,7 @@ RUN curl -sSLo /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/ chmod +x /tmp/wait-for-it # renovate: datasource=github-releases depName=hairyhenderson/gomplate -ENV GOMPLATE_VERSION=4.0.0 +ENV GOMPLATE_VERSION=4.0.1 RUN curl -sSLo /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-amd64 && \ chmod +x /tmp/gomplate diff --git a/v3.18/Dockerfile.arm b/v3.18/Dockerfile.arm index 48203923..90dd4b0a 100644 --- a/v3.18/Dockerfile.arm +++ b/v3.18/Dockerfile.arm @@ -9,7 +9,7 @@ RUN curl -sSLo /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/ chmod +x /tmp/wait-for-it # renovate: datasource=github-releases depName=hairyhenderson/gomplate -ENV GOMPLATE_VERSION=4.0.0 +ENV GOMPLATE_VERSION=4.0.1 RUN curl -sSLo /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-armv6 && \ chmod +x /tmp/gomplate diff --git a/v3.18/Dockerfile.arm64 b/v3.18/Dockerfile.arm64 index 58783831..eb38a79b 100644 --- a/v3.18/Dockerfile.arm64 +++ b/v3.18/Dockerfile.arm64 @@ -9,7 +9,7 @@ RUN curl -sSLo /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/ chmod +x /tmp/wait-for-it # renovate: datasource=github-releases depName=hairyhenderson/gomplate -ENV GOMPLATE_VERSION=4.0.0 +ENV GOMPLATE_VERSION=4.0.1 RUN curl -sSLo /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-arm64 && \ chmod +x /tmp/gomplate diff --git a/v3.19/Dockerfile.amd64 b/v3.19/Dockerfile.amd64 index 8e9d340d..fb485561 100644 --- a/v3.19/Dockerfile.amd64 +++ b/v3.19/Dockerfile.amd64 @@ -9,7 +9,7 @@ RUN curl -sSLo /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/ chmod +x /tmp/wait-for-it # renovate: datasource=github-releases depName=hairyhenderson/gomplate -ENV GOMPLATE_VERSION=4.0.0 +ENV GOMPLATE_VERSION=4.0.1 RUN curl -sSLo /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-amd64 && \ chmod +x /tmp/gomplate diff --git a/v3.19/Dockerfile.arm b/v3.19/Dockerfile.arm index 181c7ac5..7f37671c 100644 --- a/v3.19/Dockerfile.arm +++ b/v3.19/Dockerfile.arm @@ -9,7 +9,7 @@ RUN curl -sSLo /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/ chmod +x /tmp/wait-for-it # renovate: datasource=github-releases depName=hairyhenderson/gomplate -ENV GOMPLATE_VERSION=4.0.0 +ENV GOMPLATE_VERSION=4.0.1 RUN curl -sSLo /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-armv6 && \ chmod +x /tmp/gomplate diff --git a/v3.19/Dockerfile.arm64 b/v3.19/Dockerfile.arm64 index 2f707cab..2b8e4e34 100644 --- a/v3.19/Dockerfile.arm64 +++ b/v3.19/Dockerfile.arm64 @@ -9,7 +9,7 @@ RUN curl -sSLo /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/ chmod +x /tmp/wait-for-it # renovate: datasource=github-releases depName=hairyhenderson/gomplate -ENV GOMPLATE_VERSION=4.0.0 +ENV GOMPLATE_VERSION=4.0.1 RUN curl -sSLo /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-arm64 && \ chmod +x /tmp/gomplate diff --git a/v3.20/Dockerfile.amd64 b/v3.20/Dockerfile.amd64 index acdf912b..ef65177b 100644 --- a/v3.20/Dockerfile.amd64 +++ b/v3.20/Dockerfile.amd64 @@ -9,7 +9,7 @@ RUN curl -sSLo /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/ chmod +x /tmp/wait-for-it # renovate: datasource=github-releases depName=hairyhenderson/gomplate -ENV GOMPLATE_VERSION=4.0.0 +ENV GOMPLATE_VERSION=4.0.1 RUN curl -sSLo /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-amd64 && \ chmod +x /tmp/gomplate diff --git a/v3.20/Dockerfile.arm b/v3.20/Dockerfile.arm index 39c52181..7d96cfaf 100644 --- a/v3.20/Dockerfile.arm +++ b/v3.20/Dockerfile.arm @@ -9,7 +9,7 @@ RUN curl -sSLo /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/ chmod +x /tmp/wait-for-it # renovate: datasource=github-releases depName=hairyhenderson/gomplate -ENV GOMPLATE_VERSION=4.0.0 +ENV GOMPLATE_VERSION=4.0.1 RUN curl -sSLo /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-armv6 && \ chmod +x /tmp/gomplate diff --git a/v3.20/Dockerfile.arm64 b/v3.20/Dockerfile.arm64 index a7349945..bb43c8f3 100644 --- a/v3.20/Dockerfile.arm64 +++ b/v3.20/Dockerfile.arm64 @@ -9,7 +9,7 @@ RUN curl -sSLo /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/ chmod +x /tmp/wait-for-it # renovate: datasource=github-releases depName=hairyhenderson/gomplate -ENV GOMPLATE_VERSION=4.0.0 +ENV GOMPLATE_VERSION=4.0.1 RUN curl -sSLo /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-arm64 && \ chmod +x /tmp/gomplate