From 13360a7e22c2e341c06bd48db099d01c83018512 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Sat, 14 Jan 2023 23:05:45 +0000 Subject: [PATCH] chore(deps): update dependency thegeeklab/wait-for to v0.3.0 --- Dockerfile.amd64 | 2 +- Dockerfile.arm | 2 +- Dockerfile.arm64 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index bb6d2e1..3883aa2 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -20,7 +20,7 @@ ENV SUPERCRONIC_VERSION="${SUPERCRONIC_VERSION:-v0.2.1}" # renovate: datasource=github-releases depName=thegeeklab/url-parser ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v1.0.1}" # renovate: datasource=github-releases depName=thegeeklab/wait-for -ENV WAIT_FOR_VERSION="${WAIT_FOR_VERSION:-v0.2.0}" +ENV WAIT_FOR_VERSION="${WAIT_FOR_VERSION:-v0.3.0}" # renovate: datasource=git-tags depName=https://gitea.rknet.org/docker/container-library ENV CONTAINER_LIBRARY="${CONTAINER_LIBRARY:-v0.1.3}" diff --git a/Dockerfile.arm b/Dockerfile.arm index d6ebc43..3bb6392 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -20,7 +20,7 @@ ENV SUPERCRONIC_VERSION="${SUPERCRONIC_VERSION:-v0.2.1}" # renovate: datasource=github-releases depName=thegeeklab/url-parser ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v1.0.1}" # renovate: datasource=github-releases depName=thegeeklab/wait-for -ENV WAIT_FOR_VERSION="${WAIT_FOR_VERSION:-v0.2.0}" +ENV WAIT_FOR_VERSION="${WAIT_FOR_VERSION:-v0.3.0}" # renovate: datasource=git-tags depName=https://gitea.rknet.org/docker/container-library ENV CONTAINER_LIBRARY="${CONTAINER_LIBRARY:-v0.1.3}" diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index 5a0c132..5383468 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -20,7 +20,7 @@ ENV SUPERCRONIC_VERSION="${SUPERCRONIC_VERSION:-v0.2.1}" # renovate: datasource=github-releases depName=thegeeklab/url-parser ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v1.0.1}" # renovate: datasource=github-releases depName=thegeeklab/wait-for -ENV WAIT_FOR_VERSION="${WAIT_FOR_VERSION:-v0.2.0}" +ENV WAIT_FOR_VERSION="${WAIT_FOR_VERSION:-v0.3.0}" # renovate: datasource=git-tags depName=https://gitea.rknet.org/docker/container-library ENV CONTAINER_LIBRARY="${CONTAINER_LIBRARY:-v0.1.3}"