Updating to latest

Curl and NodeJS had security patches released

Change-Id: I4ecd0f921457c2b215768ef81515c304c91780f6
Signed-off-by: beierlm <mark.beierl@canonical.com>
diff --git a/docker/MON/Dockerfile b/docker/MON/Dockerfile
index c25e6d2..1f6ecf4 100644
--- a/docker/MON/Dockerfile
+++ b/docker/MON/Dockerfile
@@ -24,7 +24,7 @@
 
 RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \
     DEBIAN_FRONTEND=noninteractive apt-get --yes install \
-    curl=7.68.0-1ubuntu2.4 \
+    curl=7.68.0-1ubuntu2.5 \
     gcc=4:9.3.0-1ubuntu2 \
     python3=3.8.2-0ubuntu2 \
     python3-setuptools=45.2.0-1 \