mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-13 11:48:09 +00:00
update map to fix CVE
This commit is contained in:
parent
59cca98e7f
commit
ede61b81d9
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ RUN apk -U --no-cache add \
|
||||||
# Install from GitHub and setup
|
# Install from GitHub and setup
|
||||||
mkdir -p /opt && \
|
mkdir -p /opt && \
|
||||||
cd /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 && \
|
cd geoip-attack-map && \
|
||||||
# git checkout 4dae740178455f371b667ee095f824cb271f07e8 && \
|
# git checkout 4dae740178455f371b667ee095f824cb271f07e8 && \
|
||||||
# git branch -a && \
|
# git branch -a && \
|
||||||
|
|
Loading…
Reference in a new issue