From ada817d7b47c566f0662456a58096b8db345b641 Mon Sep 17 00:00:00 2001 From: David Andlinger Date: Tue, 19 Dec 2023 10:45:41 +0100 Subject: [PATCH] Update MongoDB to 6.0.12 --- 6.0/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/6.0/Dockerfile b/6.0/Dockerfile index 494bbbb..c3923d2 100644 --- a/6.0/Dockerfile +++ b/6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM mongo:6.0.10 +FROM mongo:6.0.12 LABEL authors="instant:solutions OG" ARG HEALTHCHECK_VERSION=1.0.0