rspamd: Update version to 3.7.5

This commit is contained in:
Alex Palaistras 2023-12-15 16:42:51 +00:00
parent 1a7b819b2c
commit d8802ffd18

View File

@ -1,5 +1,5 @@
FROM docker.io/debian:bookworm-slim 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 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