diff --git a/Dockerfile.processor b/Dockerfile.processor index 44bc3fe..1db72c6 100644 --- a/Dockerfile.processor +++ b/Dockerfile.processor @@ -20,7 +20,7 @@ RUN echo "#####################################" \ && sed -i -e "s/outputOnSSD =.*/outputOnSSD = false/" /root/IPED/iped/LocalConfig.txt \ && sed -i -e "s/numThreads =.*/numThreads = 8/" /root/IPED/iped/LocalConfig.txt \ && sed -i -e "s/#hashesDB =.*/hashesDB = \/mnt\/hashesdb\/iped-hashes.db/" /root/IPED/iped/LocalConfig.txt \ - && sed -i -e "s/#tskJarPath =.*/tskJarPath = \/usr\/share\/java\/sleuthkit-4.11.1.jar/" /root/IPED/iped/LocalConfig.txt \ + && sed -i -e "s/#tskJarPath =.*/tskJarPath = \/usr\/share\/java\/sleuthkit-4.12.0.jar/" /root/IPED/iped/LocalConfig.txt \ && sed -i -e "s/mplayerPath =.*/mplayerPath = \/usr\/bin\/mplayer/" /root/IPED/iped/LocalConfig.txt \ && echo "#####################################" \ && echo "Configuring GraphConfig with our default values:BR" \