Update docker/falco-debian/Dockerfile

Co-authored-by: Leonardo Grasso <me@leonardograsso.com>
Signed-off-by: Raul Leite <sp4wn.root@gmail.com>
This commit is contained in:
Raul Leite
2026-01-07 09:32:33 -06:00
committed by poiana
parent 697a807b55
commit 2d06fa0963

View File

@@ -15,7 +15,6 @@ LABEL org.opencontainers.image.authors='The Falco Authors https://falco.org' \
LABEL usage="docker run -i -t --privileged -v /var/run/docker.sock:/host/var/run/docker.sock -v /proc:/host/proc:ro -v /etc:/host/etc:ro falcosecurity/falco:latest-debian"
ARG VERSION_BUCKET=deb
ARG FALCO_VERSION=latest
ARG HOST_ROOT=/host
ARG HOME=/root