From 6336b7a1b6055986dd381707e0192ea8407b0e93 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 22:12:42 +0000 Subject: [PATCH] chore(deps): update dependency thegeeklab/wait-for to v0.4.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6693f08..8e05a19 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ ARG CONTAINER_LIBRARY_VERSION ENV UNIFI_VERSION="${BUILD_VERSION:-8.1.113}" # renovate: datasource=github-releases depName=thegeeklab/wait-for -ENV WAIT_FOR_VERSION="${WAIT_FOR_VERSION:-v0.4.2}" +ENV WAIT_FOR_VERSION="${WAIT_FOR_VERSION:-v0.4.3}" # renovate: datasource=github-releases depName=owncloud-ops/container-library ENV CONTAINER_LIBRARY_VERSION="${CONTAINER_LIBRARY_VERSION:-v0.1.0}"