From 3b6f13cb8f506b562468760fc12dfa41152e8bd9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 04:52:04 +0000 Subject: [PATCH] chore(deps): update mongo docker tag to v4.4.28 --- 4/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4/Dockerfile b/4/Dockerfile index 4ee41b6..ce87ffa 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.6}" # renovate: datasource=docker depName=mongo -ENV MONGO_RAW_VERSION="${BUILD_VERSION:-4.4.27}" +ENV MONGO_RAW_VERSION="${BUILD_VERSION:-4.4.28}" # renovate: datasource=github-releases depName=owncloud-ops/container-library ENV CONTAINER_LIBRARY_VERSION="${CONTAINER_LIBRARY_VERSION:-v0.1.0}"