From 72a3b51bd4765a686d809655e29214c1dfbbe13d Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Sat, 4 Feb 2023 00:29:26 +0000 Subject: [PATCH] bump t-pot-attack-map to 1.2.0 --- docker/elk/map/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/elk/map/Dockerfile b/docker/elk/map/Dockerfile index 4faf0da8..d1fb0d2e 100644 --- a/docker/elk/map/Dockerfile +++ b/docker/elk/map/Dockerfile @@ -15,7 +15,7 @@ RUN apk -U --no-cache add \ # Install from GitHub and setup mkdir -p /opt && \ cd /opt/ && \ - git clone https://github.com/t3chn0m4g3/t-pot-attack-map -b 1.1.2 && \ + git clone https://github.com/t3chn0m4g3/t-pot-attack-map -b 1.2.0 && \ cd t-pot-attack-map && \ # git checkout eaf8d123d72a62e4c12093e4e8487e10e6ef60f3 && \ # git branch -a && \