Compare commits

..

3 commits

Author SHA1 Message Date
dz
49e6d62262
Merge cbcf7871ec into eefbf7ddcf 2025-08-17 23:12:26 +02:00
t3chn0m4g3
eefbf7ddcf bump h0neytr4p to v0.35 2025-08-15 17:07:33 +02:00
t3chn0m4g3
1b528ea9f9 Bump h0neytr4p to v0.34 2025-08-15 14:56:36 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -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.35 /app
RUN go mod download
RUN go mod tidy
RUN go build -o /app/main

View file

@ -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/