update map to fix CVE

This commit is contained in:
t3chn0m4g3 2023-01-06 19:53:05 +00:00
parent 59cca98e7f
commit ede61b81d9

View file

@ -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/geoip-attack-map -b 1.0.0 && \
git clone https://github.com/t3chn0m4g3/geoip-attack-map -b 1.0.1 && \
cd geoip-attack-map && \
# git checkout 4dae740178455f371b667ee095f824cb271f07e8 && \
# git branch -a && \