Skip to content

Commit

Permalink
minor(deps): update dependency hairyhenderson/gomplate to v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 6, 2024
1 parent 3d39b26 commit 7e386d5
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion latest/Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN wget --no-check-certificate -O /tmp/wait-for-it https://github.com/thegeekla
chmod +x /tmp/wait-for-it

# renovate: datasource=github-releases depName=hairyhenderson/gomplate
ENV GOMPLATE_VERSION=4.0.1
ENV GOMPLATE_VERSION=4.1.0

RUN wget --no-check-certificate -O /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-amd64 && \
chmod +x /tmp/gomplate
Expand Down
2 changes: 1 addition & 1 deletion latest/Dockerfile.arm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN wget --no-check-certificate -O /tmp/wait-for-it https://github.com/thegeekla
chmod +x /tmp/wait-for-it

# renovate: datasource=github-releases depName=hairyhenderson/gomplate
ENV GOMPLATE_VERSION=4.0.1
ENV GOMPLATE_VERSION=4.1.0

RUN wget --no-check-certificate -O /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-armv7 && \
chmod +x /tmp/gomplate
Expand Down
2 changes: 1 addition & 1 deletion latest/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN wget --no-check-certificate -O /tmp/wait-for-it https://github.com/thegeekla
chmod +x /tmp/wait-for-it

# renovate: datasource=github-releases depName=hairyhenderson/gomplate
ENV GOMPLATE_VERSION=4.0.1
ENV GOMPLATE_VERSION=4.1.0

RUN wget --no-check-certificate -O /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-arm64 && \
chmod +x /tmp/gomplate
Expand Down
2 changes: 1 addition & 1 deletion v14.04/Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN wget --no-check-certificate -O /tmp/wait-for-it https://github.com/thegeekla
chmod +x /tmp/wait-for-it

# renovate: datasource=github-releases depName=hairyhenderson/gomplate
ENV GOMPLATE_VERSION=4.0.1
ENV GOMPLATE_VERSION=4.1.0

RUN wget --no-check-certificate -O /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-amd64 && \
chmod +x /tmp/gomplate
Expand Down
2 changes: 1 addition & 1 deletion v14.04/Dockerfile.arm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN wget --no-check-certificate -O /tmp/wait-for-it https://github.com/thegeekla
chmod +x /tmp/wait-for-it

# renovate: datasource=github-releases depName=hairyhenderson/gomplate
ENV GOMPLATE_VERSION=4.0.1
ENV GOMPLATE_VERSION=4.1.0

RUN wget --no-check-certificate -O /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-armv7 && \
chmod +x /tmp/gomplate
Expand Down
2 changes: 1 addition & 1 deletion v14.04/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN wget --no-check-certificate -O /tmp/wait-for-it https://github.com/thegeekla
chmod +x /tmp/wait-for-it

# renovate: datasource=github-releases depName=hairyhenderson/gomplate
ENV GOMPLATE_VERSION=4.0.1
ENV GOMPLATE_VERSION=4.1.0

RUN wget --no-check-certificate -O /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-arm64 && \
chmod +x /tmp/gomplate
Expand Down
2 changes: 1 addition & 1 deletion v16.04/Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN wget --no-check-certificate -O /tmp/wait-for-it https://github.com/thegeekla
chmod +x /tmp/wait-for-it

# renovate: datasource=github-releases depName=hairyhenderson/gomplate
ENV GOMPLATE_VERSION=4.0.1
ENV GOMPLATE_VERSION=4.1.0

RUN wget --no-check-certificate -O /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-amd64 && \
chmod +x /tmp/gomplate
Expand Down
2 changes: 1 addition & 1 deletion v16.04/Dockerfile.arm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN wget --no-check-certificate -O /tmp/wait-for-it https://github.com/thegeekla
chmod +x /tmp/wait-for-it

# renovate: datasource=github-releases depName=hairyhenderson/gomplate
ENV GOMPLATE_VERSION=4.0.1
ENV GOMPLATE_VERSION=4.1.0

RUN wget --no-check-certificate -O /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-armv7 && \
chmod +x /tmp/gomplate
Expand Down
2 changes: 1 addition & 1 deletion v16.04/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN wget --no-check-certificate -O /tmp/wait-for-it https://github.com/thegeekla
chmod +x /tmp/wait-for-it

# renovate: datasource=github-releases depName=hairyhenderson/gomplate
ENV GOMPLATE_VERSION=4.0.1
ENV GOMPLATE_VERSION=4.1.0

RUN wget --no-check-certificate -O /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-arm64 && \
chmod +x /tmp/gomplate
Expand Down
2 changes: 1 addition & 1 deletion v18.04/Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN wget --no-check-certificate -O /tmp/wait-for-it https://github.com/thegeekla
chmod +x /tmp/wait-for-it

# renovate: datasource=github-releases depName=hairyhenderson/gomplate
ENV GOMPLATE_VERSION=4.0.1
ENV GOMPLATE_VERSION=4.1.0

RUN wget --no-check-certificate -O /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-amd64 && \
chmod +x /tmp/gomplate
Expand Down
2 changes: 1 addition & 1 deletion v18.04/Dockerfile.arm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN wget --no-check-certificate -O /tmp/wait-for-it https://github.com/thegeekla
chmod +x /tmp/wait-for-it

# renovate: datasource=github-releases depName=hairyhenderson/gomplate
ENV GOMPLATE_VERSION=4.0.1
ENV GOMPLATE_VERSION=4.1.0

RUN wget --no-check-certificate -O /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-armv7 && \
chmod +x /tmp/gomplate
Expand Down
2 changes: 1 addition & 1 deletion v18.04/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN wget --no-check-certificate -O /tmp/wait-for-it https://github.com/thegeekla
chmod +x /tmp/wait-for-it

# renovate: datasource=github-releases depName=hairyhenderson/gomplate
ENV GOMPLATE_VERSION=4.0.1
ENV GOMPLATE_VERSION=4.1.0

RUN wget --no-check-certificate -O /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-arm64 && \
chmod +x /tmp/gomplate
Expand Down
2 changes: 1 addition & 1 deletion v20.04/Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN wget --no-check-certificate -O /tmp/wait-for-it https://github.com/thegeekla
chmod +x /tmp/wait-for-it

# renovate: datasource=github-releases depName=hairyhenderson/gomplate
ENV GOMPLATE_VERSION=4.0.1
ENV GOMPLATE_VERSION=4.1.0

RUN wget --no-check-certificate -O /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-amd64 && \
chmod +x /tmp/gomplate
Expand Down
2 changes: 1 addition & 1 deletion v20.04/Dockerfile.arm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN wget --no-check-certificate -O /tmp/wait-for-it https://github.com/thegeekla
chmod +x /tmp/wait-for-it

# renovate: datasource=github-releases depName=hairyhenderson/gomplate
ENV GOMPLATE_VERSION=4.0.1
ENV GOMPLATE_VERSION=4.1.0

RUN wget --no-check-certificate -O /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-armv7 && \
chmod +x /tmp/gomplate
Expand Down
2 changes: 1 addition & 1 deletion v20.04/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN wget --no-check-certificate -O /tmp/wait-for-it https://github.com/thegeekla
chmod +x /tmp/wait-for-it

# renovate: datasource=github-releases depName=hairyhenderson/gomplate
ENV GOMPLATE_VERSION=4.0.1
ENV GOMPLATE_VERSION=4.1.0

RUN wget --no-check-certificate -O /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-arm64 && \
chmod +x /tmp/gomplate
Expand Down
2 changes: 1 addition & 1 deletion v22.04/Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN wget --no-check-certificate -O /tmp/wait-for-it https://github.com/thegeekla
chmod +x /tmp/wait-for-it

# renovate: datasource=github-releases depName=hairyhenderson/gomplate
ENV GOMPLATE_VERSION=4.0.1
ENV GOMPLATE_VERSION=4.1.0

RUN wget --no-check-certificate -O /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-amd64 && \
chmod +x /tmp/gomplate
Expand Down
2 changes: 1 addition & 1 deletion v22.04/Dockerfile.arm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN wget --no-check-certificate -O /tmp/wait-for-it https://github.com/thegeekla
chmod +x /tmp/wait-for-it

# renovate: datasource=github-releases depName=hairyhenderson/gomplate
ENV GOMPLATE_VERSION=4.0.1
ENV GOMPLATE_VERSION=4.1.0

RUN wget --no-check-certificate -O /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-armv7 && \
chmod +x /tmp/gomplate
Expand Down
2 changes: 1 addition & 1 deletion v22.04/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN wget --no-check-certificate -O /tmp/wait-for-it https://github.com/thegeekla
chmod +x /tmp/wait-for-it

# renovate: datasource=github-releases depName=hairyhenderson/gomplate
ENV GOMPLATE_VERSION=4.0.1
ENV GOMPLATE_VERSION=4.1.0

RUN wget --no-check-certificate -O /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-arm64 && \
chmod +x /tmp/gomplate
Expand Down
2 changes: 1 addition & 1 deletion v24.04/Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN wget --no-check-certificate -O /tmp/wait-for-it https://github.com/thegeekla
chmod +x /tmp/wait-for-it

# renovate: datasource=github-releases depName=hairyhenderson/gomplate
ENV GOMPLATE_VERSION=4.0.1
ENV GOMPLATE_VERSION=4.1.0

RUN wget --no-check-certificate -O /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-amd64 && \
chmod +x /tmp/gomplate
Expand Down
2 changes: 1 addition & 1 deletion v24.04/Dockerfile.arm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN wget --no-check-certificate -O /tmp/wait-for-it https://github.com/thegeekla
chmod +x /tmp/wait-for-it

# renovate: datasource=github-releases depName=hairyhenderson/gomplate
ENV GOMPLATE_VERSION=4.0.1
ENV GOMPLATE_VERSION=4.1.0

RUN wget --no-check-certificate -O /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-armv7 && \
chmod +x /tmp/gomplate
Expand Down
2 changes: 1 addition & 1 deletion v24.04/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN wget --no-check-certificate -O /tmp/wait-for-it https://github.com/thegeekla
chmod +x /tmp/wait-for-it

# renovate: datasource=github-releases depName=hairyhenderson/gomplate
ENV GOMPLATE_VERSION=4.0.1
ENV GOMPLATE_VERSION=4.1.0

RUN wget --no-check-certificate -O /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-arm64 && \
chmod +x /tmp/gomplate
Expand Down

0 comments on commit 7e386d5

Please sign in to comment.