From 238c74b81de16f8a172bf0ddfab2f9ea957a52bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 16:49:42 +0000 Subject: [PATCH] chore(deps): update dependency thegeeklab/wait-for to v0.4.4 --- Dockerfile | 2 +- Dockerfile.ee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index dc6e222..2816943 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ ARG DEBIAN_FRONTEND=noninteractive # renovate: datasource=github-releases depName=hairyhenderson/gomplate ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.11.7}" # 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.4}" # renovate: datasource=github-releases depName=owncloud-ops/container-library ENV CONTAINER_LIBRARY_VERSION="${CONTAINER_LIBRARY_VERSION:-v0.1.0}" diff --git a/Dockerfile.ee b/Dockerfile.ee index a2d6470..33bdf01 100644 --- a/Dockerfile.ee +++ b/Dockerfile.ee @@ -33,7 +33,7 @@ ARG DEBIAN_FRONTEND=noninteractive # renovate: datasource=github-releases depName=hairyhenderson/gomplate ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.11.7}" # 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.4}" # renovate: datasource=github-releases depName=owncloud-ops/container-library ENV CONTAINER_LIBRARY_VERSION="${CONTAINER_LIBRARY_VERSION:-v0.1.0}"