[SEBA-999] Fix broken docker_publish job of automation-tools

Change-Id: I898393ee58547023396dce06759d8c0fae591b19
diff --git a/VERSION b/VERSION
index b869416..f30a6d0 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-6.1.5-dev1
+6.1.6
diff --git a/voltha/voltha-kafka-dump/Dockerfile b/voltha/voltha-kafka-dump/Dockerfile
index dfce9f0..33fa47d 100755
--- a/voltha/voltha-kafka-dump/Dockerfile
+++ b/voltha/voltha-kafka-dump/Dockerfile
@@ -21,7 +21,7 @@
 SHELL ["/bin/bash", "-o", "pipefail", "-c"]

 

 RUN apt-get update && \

-    apt-get install -y unzip=6.0-21+deb9u2 curl=7.52.1-5+deb9u9 git=1:2.11.0-3+deb9u4 libatomic1=6.3.0-18+deb9u1 ca-certificates=20161130+nmu1+deb9u1 python3.5=3.5.3-1+deb9u1 --no-install-recommends && \

+    apt-get install -y unzip=6.0-21+deb9u2 curl=7.52.1-5+deb9u10 git=1:2.11.0-3+deb9u7 libatomic1=6.3.0-18+deb9u1 ca-certificates=20161130+nmu1+deb9u1 python3.5=3.5.3-1+deb9u2 --no-install-recommends && \

     apt-get clean && \

     rm -rf /var/lib/apt/lists/*