From 96487735ae8439b7e124f8516c5eec673dc91517 Mon Sep 17 00:00:00 2001 From: David Andlinger Date: Thu, 28 Sep 2023 09:49:19 +0200 Subject: [PATCH] updated base image to mongo:6.0.10 --- 6.0/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/6.0/Dockerfile b/6.0/Dockerfile index b5209c5..494bbbb 100644 --- a/6.0/Dockerfile +++ b/6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM mongo:6.0.6 +FROM mongo:6.0.10 LABEL authors="instant:solutions OG" ARG HEALTHCHECK_VERSION=1.0.0