rspamd: Update to version 3.7.1

This commit is contained in:
Alex Palaistras 2023-10-22 00:00:47 +01:00
parent 0a7985b8ca
commit 4ce5be1798

View File

@ -1,5 +1,5 @@
FROM docker.io/debian:bookworm-slim FROM docker.io/debian:bookworm-slim
ARG VERSION=3.6 ARG VERSION=3.7.1
RUN apt-get update -y && apt-get install -y --no-install-recommends ca-certificates 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 ADD --chown=_apt https://rspamd.com/apt-stable/gpg.key /etc/apt/trusted.gpg.d/rspamd.asc