From d8802ffd18f57bd6e8d4f1c7f09f03623689b9fe Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Fri, 15 Dec 2023 16:42:51 +0000 Subject: [PATCH] rspamd: Update version to 3.7.5 --- service/rspamd/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/rspamd/Containerfile b/service/rspamd/Containerfile index ddb02ce..bec235d 100644 --- a/service/rspamd/Containerfile +++ b/service/rspamd/Containerfile @@ -1,5 +1,5 @@ FROM docker.io/debian:bookworm-slim -ARG VERSION=3.7.4 +ARG VERSION=3.7.5 RUN apt-get update -y && apt-get install -y --no-install-recommends ca-certificates ADD --chown=_apt https://rspamd.com/apt-stable/gpg.key /etc/apt/trusted.gpg.d/rspamd.asc