From 997c975a2573327db3b45957026474268884cea5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 22:06:46 +0000 Subject: [PATCH] patch(deps): update dependency thegeeklab/wait-for to v0.4.3 --- 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 f721c973..c1d45446 100644 --- a/latest/Dockerfile.amd64 +++ b/latest/Dockerfile.amd64 @@ -3,7 +3,7 @@ FROM amd64/alpine:edge AS build RUN apk add -U curl ca-certificates # renovate: datasource=github-releases depName=thegeeklab/wait-for -ENV WAITFOR_VERSION=0.4.2 +ENV WAITFOR_VERSION=0.4.3 RUN curl -sSLo /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/download/v${WAITFOR_VERSION}/wait-for && \ chmod +x /tmp/wait-for-it diff --git a/latest/Dockerfile.arm b/latest/Dockerfile.arm index 5d57a56c..5237c272 100644 --- a/latest/Dockerfile.arm +++ b/latest/Dockerfile.arm @@ -3,7 +3,7 @@ FROM arm32v6/alpine:edge@sha256:baf7ab3de83eb0304033384e57dcc1186d0fef3ee45af13c RUN apk add -U curl ca-certificates # renovate: datasource=github-releases depName=thegeeklab/wait-for -ENV WAITFOR_VERSION=0.4.2 +ENV WAITFOR_VERSION=0.4.3 RUN curl -sSLo /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/download/v${WAITFOR_VERSION}/wait-for && \ chmod +x /tmp/wait-for-it diff --git a/latest/Dockerfile.arm64 b/latest/Dockerfile.arm64 index 6779990b..00a5d197 100644 --- a/latest/Dockerfile.arm64 +++ b/latest/Dockerfile.arm64 @@ -3,7 +3,7 @@ FROM arm64v8/alpine:edge@sha256:4b27406f6c4ea07b596d7a0ee25e4f9c7b2152ab7ffbbb18 RUN apk add -U curl ca-certificates # renovate: datasource=github-releases depName=thegeeklab/wait-for -ENV WAITFOR_VERSION=0.4.2 +ENV WAITFOR_VERSION=0.4.3 RUN curl -sSLo /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/download/v${WAITFOR_VERSION}/wait-for && \ chmod +x /tmp/wait-for-it diff --git a/v3.15/Dockerfile.amd64 b/v3.15/Dockerfile.amd64 index 88423c92..9b2fc8a7 100644 --- a/v3.15/Dockerfile.amd64 +++ b/v3.15/Dockerfile.amd64 @@ -3,7 +3,7 @@ FROM amd64/alpine:3.15 AS build RUN apk add -U curl ca-certificates # renovate: datasource=github-releases depName=thegeeklab/wait-for -ENV WAITFOR_VERSION=0.4.2 +ENV WAITFOR_VERSION=0.4.3 RUN curl -sSLo /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/download/v${WAITFOR_VERSION}/wait-for && \ chmod +x /tmp/wait-for-it diff --git a/v3.15/Dockerfile.arm b/v3.15/Dockerfile.arm index 18c59814..a32770da 100644 --- a/v3.15/Dockerfile.arm +++ b/v3.15/Dockerfile.arm @@ -3,7 +3,7 @@ FROM arm32v6/alpine:3.15@sha256:a4da48124241e22801713c88e391be27074f456e9b87fc41 RUN apk add -U curl ca-certificates # renovate: datasource=github-releases depName=thegeeklab/wait-for -ENV WAITFOR_VERSION=0.4.2 +ENV WAITFOR_VERSION=0.4.3 RUN curl -sSLo /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/download/v${WAITFOR_VERSION}/wait-for && \ chmod +x /tmp/wait-for-it diff --git a/v3.15/Dockerfile.arm64 b/v3.15/Dockerfile.arm64 index 5b0a3e65..1e402112 100644 --- a/v3.15/Dockerfile.arm64 +++ b/v3.15/Dockerfile.arm64 @@ -3,7 +3,7 @@ FROM arm64v8/alpine:3.15@sha256:7c6e5d0d2629587d81f812992ec08f9cbe1590e1f2571ace RUN apk add -U curl ca-certificates # renovate: datasource=github-releases depName=thegeeklab/wait-for -ENV WAITFOR_VERSION=0.4.2 +ENV WAITFOR_VERSION=0.4.3 RUN curl -sSLo /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/download/v${WAITFOR_VERSION}/wait-for && \ chmod +x /tmp/wait-for-it diff --git a/v3.16/Dockerfile.amd64 b/v3.16/Dockerfile.amd64 index 6db420a4..11148396 100644 --- a/v3.16/Dockerfile.amd64 +++ b/v3.16/Dockerfile.amd64 @@ -3,7 +3,7 @@ FROM amd64/alpine:3.16 AS build RUN apk add -U curl ca-certificates # renovate: datasource=github-releases depName=thegeeklab/wait-for -ENV WAITFOR_VERSION=0.4.2 +ENV WAITFOR_VERSION=0.4.3 RUN curl -sSLo /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/download/v${WAITFOR_VERSION}/wait-for && \ chmod +x /tmp/wait-for-it diff --git a/v3.16/Dockerfile.arm b/v3.16/Dockerfile.arm index ad973d11..37c82143 100644 --- a/v3.16/Dockerfile.arm +++ b/v3.16/Dockerfile.arm @@ -3,7 +3,7 @@ FROM arm32v6/alpine:3.16@sha256:453a77ab008fa69122d37a85858a1215a8375bfc638e4f23 RUN apk add -U curl ca-certificates # renovate: datasource=github-releases depName=thegeeklab/wait-for -ENV WAITFOR_VERSION=0.4.2 +ENV WAITFOR_VERSION=0.4.3 RUN curl -sSLo /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/download/v${WAITFOR_VERSION}/wait-for && \ chmod +x /tmp/wait-for-it diff --git a/v3.16/Dockerfile.arm64 b/v3.16/Dockerfile.arm64 index c1349773..062429a4 100644 --- a/v3.16/Dockerfile.arm64 +++ b/v3.16/Dockerfile.arm64 @@ -3,7 +3,7 @@ FROM arm64v8/alpine:3.16@sha256:4bdb4ac63839546daabfe0a267a363b3effa17ce02ac5f42 RUN apk add -U curl ca-certificates # renovate: datasource=github-releases depName=thegeeklab/wait-for -ENV WAITFOR_VERSION=0.4.2 +ENV WAITFOR_VERSION=0.4.3 RUN curl -sSLo /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/download/v${WAITFOR_VERSION}/wait-for && \ chmod +x /tmp/wait-for-it diff --git a/v3.17/Dockerfile.amd64 b/v3.17/Dockerfile.amd64 index a0e4efcb..a3fffdcb 100644 --- a/v3.17/Dockerfile.amd64 +++ b/v3.17/Dockerfile.amd64 @@ -3,7 +3,7 @@ FROM amd64/alpine:3.17 AS build RUN apk add -U curl ca-certificates # renovate: datasource=github-releases depName=thegeeklab/wait-for -ENV WAITFOR_VERSION=0.4.2 +ENV WAITFOR_VERSION=0.4.3 RUN curl -sSLo /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/download/v${WAITFOR_VERSION}/wait-for && \ chmod +x /tmp/wait-for-it diff --git a/v3.17/Dockerfile.arm b/v3.17/Dockerfile.arm index 72129070..7c7cbdbf 100644 --- a/v3.17/Dockerfile.arm +++ b/v3.17/Dockerfile.arm @@ -3,7 +3,7 @@ FROM arm32v6/alpine:3.17@sha256:52e2ca530e070bbe8a14accf42840916108a9116e806acd5 RUN apk add -U curl ca-certificates # renovate: datasource=github-releases depName=thegeeklab/wait-for -ENV WAITFOR_VERSION=0.4.2 +ENV WAITFOR_VERSION=0.4.3 RUN curl -sSLo /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/download/v${WAITFOR_VERSION}/wait-for && \ chmod +x /tmp/wait-for-it diff --git a/v3.17/Dockerfile.arm64 b/v3.17/Dockerfile.arm64 index 31cd7e41..c04d37b0 100644 --- a/v3.17/Dockerfile.arm64 +++ b/v3.17/Dockerfile.arm64 @@ -3,7 +3,7 @@ FROM arm64v8/alpine:3.17@sha256:8e3f310e3b144864db0697b62e020c09d548d6aea179f30e RUN apk add -U curl ca-certificates # renovate: datasource=github-releases depName=thegeeklab/wait-for -ENV WAITFOR_VERSION=0.4.2 +ENV WAITFOR_VERSION=0.4.3 RUN curl -sSLo /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/download/v${WAITFOR_VERSION}/wait-for && \ chmod +x /tmp/wait-for-it diff --git a/v3.18/Dockerfile.amd64 b/v3.18/Dockerfile.amd64 index be79cfd5..32f64b9d 100644 --- a/v3.18/Dockerfile.amd64 +++ b/v3.18/Dockerfile.amd64 @@ -3,7 +3,7 @@ FROM amd64/alpine:3.18 AS build RUN apk add -U curl ca-certificates # renovate: datasource=github-releases depName=thegeeklab/wait-for -ENV WAITFOR_VERSION=0.4.2 +ENV WAITFOR_VERSION=0.4.3 RUN curl -sSLo /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/download/v${WAITFOR_VERSION}/wait-for && \ chmod +x /tmp/wait-for-it diff --git a/v3.18/Dockerfile.arm b/v3.18/Dockerfile.arm index d9d11ada..ebae6c3c 100644 --- a/v3.18/Dockerfile.arm +++ b/v3.18/Dockerfile.arm @@ -3,7 +3,7 @@ FROM arm32v6/alpine:3.18@sha256:dbd033169298a23d01eec8c4f76500ce5c2a79eb94e9554a RUN apk add -U curl ca-certificates # renovate: datasource=github-releases depName=thegeeklab/wait-for -ENV WAITFOR_VERSION=0.4.2 +ENV WAITFOR_VERSION=0.4.3 RUN curl -sSLo /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/download/v${WAITFOR_VERSION}/wait-for && \ chmod +x /tmp/wait-for-it diff --git a/v3.18/Dockerfile.arm64 b/v3.18/Dockerfile.arm64 index cd04ec88..b7ab4d01 100644 --- a/v3.18/Dockerfile.arm64 +++ b/v3.18/Dockerfile.arm64 @@ -3,7 +3,7 @@ FROM arm64v8/alpine:3.18@sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746af RUN apk add -U curl ca-certificates # renovate: datasource=github-releases depName=thegeeklab/wait-for -ENV WAITFOR_VERSION=0.4.2 +ENV WAITFOR_VERSION=0.4.3 RUN curl -sSLo /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/download/v${WAITFOR_VERSION}/wait-for && \ chmod +x /tmp/wait-for-it diff --git a/v3.19/Dockerfile.amd64 b/v3.19/Dockerfile.amd64 index af7b231e..e942f11a 100644 --- a/v3.19/Dockerfile.amd64 +++ b/v3.19/Dockerfile.amd64 @@ -3,7 +3,7 @@ FROM amd64/alpine:3.19 AS build RUN apk add -U curl ca-certificates # renovate: datasource=github-releases depName=thegeeklab/wait-for -ENV WAITFOR_VERSION=0.4.2 +ENV WAITFOR_VERSION=0.4.3 RUN curl -sSLo /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/download/v${WAITFOR_VERSION}/wait-for && \ chmod +x /tmp/wait-for-it diff --git a/v3.19/Dockerfile.arm b/v3.19/Dockerfile.arm index b08e8ecf..b83e929e 100644 --- a/v3.19/Dockerfile.arm +++ b/v3.19/Dockerfile.arm @@ -3,7 +3,7 @@ FROM arm32v6/alpine:3.19@sha256:ac81a83e76e01b7521331dc86045474d8dc97dfc89b8b681 RUN apk add -U curl ca-certificates # renovate: datasource=github-releases depName=thegeeklab/wait-for -ENV WAITFOR_VERSION=0.4.2 +ENV WAITFOR_VERSION=0.4.3 RUN curl -sSLo /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/download/v${WAITFOR_VERSION}/wait-for && \ chmod +x /tmp/wait-for-it diff --git a/v3.19/Dockerfile.arm64 b/v3.19/Dockerfile.arm64 index c0716f60..c88e4b1f 100644 --- a/v3.19/Dockerfile.arm64 +++ b/v3.19/Dockerfile.arm64 @@ -3,7 +3,7 @@ FROM arm64v8/alpine:3.19@sha256:e910e9408f39003d77ec0f83b18c8892d6899c0a8d4d53f3 RUN apk add -U curl ca-certificates # renovate: datasource=github-releases depName=thegeeklab/wait-for -ENV WAITFOR_VERSION=0.4.2 +ENV WAITFOR_VERSION=0.4.3 RUN curl -sSLo /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/download/v${WAITFOR_VERSION}/wait-for && \ chmod +x /tmp/wait-for-it diff --git a/v3.20/Dockerfile.amd64 b/v3.20/Dockerfile.amd64 index 23e3fe27..2b8b755f 100644 --- a/v3.20/Dockerfile.amd64 +++ b/v3.20/Dockerfile.amd64 @@ -3,7 +3,7 @@ FROM amd64/alpine:3.20 AS build RUN apk add -U curl ca-certificates # renovate: datasource=github-releases depName=thegeeklab/wait-for -ENV WAITFOR_VERSION=0.4.2 +ENV WAITFOR_VERSION=0.4.3 RUN curl -sSLo /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/download/v${WAITFOR_VERSION}/wait-for && \ chmod +x /tmp/wait-for-it diff --git a/v3.20/Dockerfile.arm b/v3.20/Dockerfile.arm index d156d43b..08d139e6 100644 --- a/v3.20/Dockerfile.arm +++ b/v3.20/Dockerfile.arm @@ -3,7 +3,7 @@ FROM arm32v6/alpine:3.20 AS build RUN apk add -U curl ca-certificates # renovate: datasource=github-releases depName=thegeeklab/wait-for -ENV WAITFOR_VERSION=0.4.2 +ENV WAITFOR_VERSION=0.4.3 RUN curl -sSLo /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/download/v${WAITFOR_VERSION}/wait-for && \ chmod +x /tmp/wait-for-it diff --git a/v3.20/Dockerfile.arm64 b/v3.20/Dockerfile.arm64 index ae0e5d70..c447bba7 100644 --- a/v3.20/Dockerfile.arm64 +++ b/v3.20/Dockerfile.arm64 @@ -3,7 +3,7 @@ FROM arm64v8/alpine:3.20 AS build RUN apk add -U curl ca-certificates # renovate: datasource=github-releases depName=thegeeklab/wait-for -ENV WAITFOR_VERSION=0.4.2 +ENV WAITFOR_VERSION=0.4.3 RUN curl -sSLo /tmp/wait-for-it https://github.com/thegeeklab/wait-for/releases/download/v${WAITFOR_VERSION}/wait-for && \ chmod +x /tmp/wait-for-it