From 1d2592bb30fdf16d75781312580625ce25dbd228 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Fri, 13 Jun 2025 19:46:29 +0200 Subject: [PATCH] prep for rebuild, bump map to 2.2.7 --- 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 9bc88a85..d98d190e 100644 --- a/docker/elk/map/Dockerfile +++ b/docker/elk/map/Dockerfile @@ -14,7 +14,7 @@ RUN apk --no-cache -U upgrade && \ # Install from GitHub and setup mkdir -p /opt && \ cd /opt/ && \ - git clone https://github.com/t3chn0m4g3/t-pot-attack-map -b 2.2.6 && \ + git clone https://github.com/t3chn0m4g3/t-pot-attack-map -b 2.2.7 && \ cd t-pot-attack-map && \ pip3 install --break-system-packages --upgrade pip && \ pip3 install --break-system-packages -r requirements.txt && \