diff --git a/Dockerfile b/Dockerfile index d3800aa..6cbb63f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:stable-slim +FROM debian:unstable-slim RUN apt-get update \ && apt-get install -y --no-install-recommends ipset iptables nftables sshguard systemd tini \