mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-10-13 11:59:14 +00:00
Bump h0neytr4p to v0.34
This commit is contained in:
parent
5a69b3d460
commit
1b528ea9f9
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ WORKDIR /app
|
|||
#
|
||||
RUN apk -U upgrade
|
||||
RUN apk -U add git openssl
|
||||
RUN git clone https://github.com/t3chn0m4g3/h0neytr4p -b v0.33 /app
|
||||
RUN git clone https://github.com/t3chn0m4g3/h0neytr4p -b v0.34 /app
|
||||
RUN go mod download
|
||||
RUN go mod tidy
|
||||
RUN go build -o /app/main
|
||||
|
|
|
@ -15,7 +15,7 @@ services:
|
|||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
image: "dtagdevsec/h0neytr4p:24.04"
|
||||
image: "ghcr.io/telekom-security/h0neytr4p:24.04.1"
|
||||
read_only: true
|
||||
volumes:
|
||||
- $HOME/tpotce/data/h0neytr4p/log/:/opt/h0neytr4p/log/
|
||||
|
|
Loading…
Reference in a new issue