From 5f59a2d82aa5978ba358163bdcfa496ad1f6319c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 22:04:55 +0000 Subject: [PATCH] chore(deps): update mongo docker tag to v4.4.30 --- 4/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4/Dockerfile b/4/Dockerfile index 4e63277..a368cad 100644 --- a/4/Dockerfile +++ b/4/Dockerfile @@ -15,7 +15,7 @@ ARG DEBIAN_FRONTEND=noninteractive # renovate: datasource=github-releases depName=hairyhenderson/gomplate ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.11.7}" # renovate: datasource=docker depName=mongo -ENV MONGO_RAW_VERSION="${BUILD_VERSION:-4.4.29}" +ENV MONGO_RAW_VERSION="${BUILD_VERSION:-4.4.30}" # renovate: datasource=github-releases depName=owncloud-ops/container-library ENV CONTAINER_LIBRARY_VERSION="${CONTAINER_LIBRARY_VERSION:-v0.1.0}"