From 6ade717df4170cc300226651f0541e97385c3e17 Mon Sep 17 00:00:00 2001 From: Ben Grabham Date: Mon, 15 Feb 2021 11:19:39 +0000 Subject: [PATCH] Update to Debian unstable for the latest version of systemd This stops errors like: > Journal file *.journal uses an unsupported feature, ignoring file" --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \