From 6f10584a334a35fb617656f82367147ce15fa9c1 Mon Sep 17 00:00:00 2001 From: Marcio Granzotto Date: Sat, 16 Oct 2021 19:09:31 -0300 Subject: [PATCH] Fix mongodb version in dockerfile --- nightscout/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nightscout/Dockerfile b/nightscout/Dockerfile index 99e512c..da3ceb6 100644 --- a/nightscout/Dockerfile +++ b/nightscout/Dockerfile @@ -26,7 +26,7 @@ RUN \ && curl -sL "https://deb.nodesource.com/setup_14.x" | bash - \ && apt-get update \ && apt-get install -y --no-install-recommends \ - mongodb-server=1:3.6.3-0ubuntu1.3 \ + mongodb-server=1:3.6.3-0ubuntu1.4 \ nodejs \ git \ webpack \