diff --git a/latest/Dockerfile.amd64 b/latest/Dockerfile.amd64 index e5227e8..3953b50 100644 --- a/latest/Dockerfile.amd64 +++ b/latest/Dockerfile.amd64 @@ -13,7 +13,7 @@ RUN wget -O /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/dow chmod +x /tmp/wait-for-it # renovate: datasource=github-releases depName=hairyhenderson/gomplate -ENV GOMPLATE_VERSION=4.2.0 +ENV GOMPLATE_VERSION=4.3.0 RUN wget -O /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 e9c1d70..e88b9f0 100644 --- a/latest/Dockerfile.arm +++ b/latest/Dockerfile.arm @@ -13,7 +13,7 @@ RUN wget -O /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/dow chmod +x /tmp/wait-for-it # renovate: datasource=github-releases depName=hairyhenderson/gomplate -ENV GOMPLATE_VERSION=4.2.0 +ENV GOMPLATE_VERSION=4.3.0 RUN wget -O /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-armv7 && \ chmod +x /tmp/gomplate diff --git a/latest/Dockerfile.arm64 b/latest/Dockerfile.arm64 index fc78802..3dca6f7 100644 --- a/latest/Dockerfile.arm64 +++ b/latest/Dockerfile.arm64 @@ -13,7 +13,7 @@ RUN wget -O /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/dow chmod +x /tmp/wait-for-it # renovate: datasource=github-releases depName=hairyhenderson/gomplate -ENV GOMPLATE_VERSION=4.2.0 +ENV GOMPLATE_VERSION=4.3.0 RUN wget -O /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-arm64 && \ chmod +x /tmp/gomplate diff --git a/v10/Dockerfile.amd64 b/v10/Dockerfile.amd64 index 53d5e6e..a2efe83 100644 --- a/v10/Dockerfile.amd64 +++ b/v10/Dockerfile.amd64 @@ -13,7 +13,7 @@ RUN wget -O /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/dow chmod +x /tmp/wait-for-it # renovate: datasource=github-releases depName=hairyhenderson/gomplate -ENV GOMPLATE_VERSION=4.2.0 +ENV GOMPLATE_VERSION=4.3.0 RUN wget -O /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-amd64 && \ chmod +x /tmp/gomplate diff --git a/v10/Dockerfile.arm b/v10/Dockerfile.arm index 6f52676..33f941a 100644 --- a/v10/Dockerfile.arm +++ b/v10/Dockerfile.arm @@ -13,7 +13,7 @@ RUN wget -O /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/dow chmod +x /tmp/wait-for-it # renovate: datasource=github-releases depName=hairyhenderson/gomplate -ENV GOMPLATE_VERSION=4.2.0 +ENV GOMPLATE_VERSION=4.3.0 RUN wget -O /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-armv7 && \ chmod +x /tmp/gomplate diff --git a/v10/Dockerfile.arm64 b/v10/Dockerfile.arm64 index 46023b6..19de4f8 100644 --- a/v10/Dockerfile.arm64 +++ b/v10/Dockerfile.arm64 @@ -13,7 +13,7 @@ RUN wget -O /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/dow chmod +x /tmp/wait-for-it # renovate: datasource=github-releases depName=hairyhenderson/gomplate -ENV GOMPLATE_VERSION=4.2.0 +ENV GOMPLATE_VERSION=4.3.0 RUN wget -O /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-arm64 && \ chmod +x /tmp/gomplate diff --git a/v11/Dockerfile.amd64 b/v11/Dockerfile.amd64 index e5227e8..3953b50 100644 --- a/v11/Dockerfile.amd64 +++ b/v11/Dockerfile.amd64 @@ -13,7 +13,7 @@ RUN wget -O /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/dow chmod +x /tmp/wait-for-it # renovate: datasource=github-releases depName=hairyhenderson/gomplate -ENV GOMPLATE_VERSION=4.2.0 +ENV GOMPLATE_VERSION=4.3.0 RUN wget -O /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-amd64 && \ chmod +x /tmp/gomplate diff --git a/v11/Dockerfile.arm b/v11/Dockerfile.arm index e9c1d70..e88b9f0 100644 --- a/v11/Dockerfile.arm +++ b/v11/Dockerfile.arm @@ -13,7 +13,7 @@ RUN wget -O /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/dow chmod +x /tmp/wait-for-it # renovate: datasource=github-releases depName=hairyhenderson/gomplate -ENV GOMPLATE_VERSION=4.2.0 +ENV GOMPLATE_VERSION=4.3.0 RUN wget -O /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-armv7 && \ chmod +x /tmp/gomplate diff --git a/v11/Dockerfile.arm64 b/v11/Dockerfile.arm64 index fc78802..3dca6f7 100644 --- a/v11/Dockerfile.arm64 +++ b/v11/Dockerfile.arm64 @@ -13,7 +13,7 @@ RUN wget -O /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/dow chmod +x /tmp/wait-for-it # renovate: datasource=github-releases depName=hairyhenderson/gomplate -ENV GOMPLATE_VERSION=4.2.0 +ENV GOMPLATE_VERSION=4.3.0 RUN wget -O /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-arm64 && \ chmod +x /tmp/gomplate diff --git a/v12/Dockerfile.amd64 b/v12/Dockerfile.amd64 index c041256..b17b754 100644 --- a/v12/Dockerfile.amd64 +++ b/v12/Dockerfile.amd64 @@ -13,7 +13,7 @@ RUN wget -O /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/dow chmod +x /tmp/wait-for-it # renovate: datasource=github-releases depName=hairyhenderson/gomplate -ENV GOMPLATE_VERSION=4.2.0 +ENV GOMPLATE_VERSION=4.3.0 RUN wget -O /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-amd64 && \ chmod +x /tmp/gomplate diff --git a/v12/Dockerfile.arm b/v12/Dockerfile.arm index 7cea980..a766cac 100644 --- a/v12/Dockerfile.arm +++ b/v12/Dockerfile.arm @@ -13,7 +13,7 @@ RUN wget -O /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/dow chmod +x /tmp/wait-for-it # renovate: datasource=github-releases depName=hairyhenderson/gomplate -ENV GOMPLATE_VERSION=4.2.0 +ENV GOMPLATE_VERSION=4.3.0 RUN wget -O /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-armv7 && \ chmod +x /tmp/gomplate diff --git a/v12/Dockerfile.arm64 b/v12/Dockerfile.arm64 index c7a909a..2748f82 100644 --- a/v12/Dockerfile.arm64 +++ b/v12/Dockerfile.arm64 @@ -13,7 +13,7 @@ RUN wget -O /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/dow chmod +x /tmp/wait-for-it # renovate: datasource=github-releases depName=hairyhenderson/gomplate -ENV GOMPLATE_VERSION=4.2.0 +ENV GOMPLATE_VERSION=4.3.0 RUN wget -O /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-arm64 && \ chmod +x /tmp/gomplate