From eca9e43216050c6db09f230c6bd0ff13eb5a7962 Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Mon, 5 Dec 2022 19:40:27 +0000 Subject: [PATCH] rspamd: Update to latest version --- service/rspamd/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/rspamd/Containerfile b/service/rspamd/Containerfile index 7c5cc0a..6d6966a 100644 --- a/service/rspamd/Containerfile +++ b/service/rspamd/Containerfile @@ -1,5 +1,5 @@ FROM docker.io/debian:bullseye-slim -ARG VERSION=3.3 +ARG VERSION=3.4 RUN apt-get update -y && apt-get install -y --no-install-recommends \ ca-certificates curl gnupg