bump honeysap to alpine3.11

This commit is contained in:
t3chn0m4g3 2021-09-24 15:47:05 +00:00
parent f5d11bb008
commit 44749fe9e7
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
FROM alpine:3.10
FROM alpine:3.11
#
# Include dist
ADD dist/ /root/dist/
@ -8,7 +8,6 @@ RUN apk -U --no-cache add \
build-base \
git \
libstdc++ \
py2-markupsafe \
python2 \
python2-dev \
py2-pip \
@ -22,6 +21,7 @@ RUN apk -U --no-cache add \
mkdir conf && \
cp /root/dist/* conf/ && \
python setup.py install && \
pip install markupsafe && \
pip install -r requirements-optional.txt && \
#
# Setup user, groups and configs

View file

@ -14,6 +14,6 @@ services:
- honeysap_local
ports:
- "3299:3299"
image: "ghcr.io/telekom-security/honeysap:2006"
image: "dtagdevsec/honeysap:2006"
volumes:
- /data/honeysap/log:/opt/honeysap/log