Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ ARG BUILD_CORES
ARG SKALIBS_VER=2.15.0.0
ARG EXECLINE_VER=2.9.9.1
ARG S6_VER=2.15.0.0
ARG RSPAMD_VER=4.1.0
ARG RSPAMD_VER=4.1.1
ARG GUCCI_VER=v1.9.0
ARG TCD_VER=v2.11.2
ARG TCD_VER=v2.11.4

ARG SKALIBS_SHA256_HASH="7fde96e8afb4191593a15328883e9c7726c96891cf071222146821e8c87f8007"
ARG EXECLINE_SHA256_HASH="be63533297a93c36fd267195117b4e668687a526f834517a8db47d85b6c7ec6a"
ARG S6_SHA256_HASH="27dff73d626285540133e075e75887087f5117fd51de59503ef7d29e96f69e4c"
ARG RSPAMD_SHA256_HASH="1e92b976aff69fe0b74c02819a2a26b5821e55f185b9acdb5ddc1c08bcbfde19"
ARG RSPAMD_SHA256_HASH="9039f2d85797f9fab2346954b32f9672e21f9dca8eede0ecc6d9beefec6b9208"
ARG GUCCI_SHA256_HASH="5230c34e6cc39e95edd903b38a7466a1bbe0fb87955d572d4af7d9226077dd4c"
ARG TCD_SHA256_HASH="de72c8cc16831ae44ef422b8a206899eddeafa2e17d17b64ee02faf76d9e1347"
ARG TCD_SHA256_HASH="a22d3b6b558199848979520a4276abeb45f4a2f1af0edb702bd11acb9cbcdbdd"

LABEL description="s6 + rspamd image based on Debian" \
maintainer="Hardware <contact@meshup.net>" \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Software built from source :
* Skalibs 2.15.0.0 : <https://skarnet.org/software/skalibs/>
* Execline 2.9.9.1 : <https://skarnet.org/software/execline/>
* s6 2.15.0.0 : <https://skarnet.org/software/s6/>
* Rspamd 4.1.0 : <https://rspamd.com/>
* Rspamd 4.1.1 : <https://rspamd.com/>
* Gucci v1.9.0 : <https://github.com/noqcks/gucci/>
* traefik-certs-dumper v2.11.2 : <https://github.com/ldez/traefik-certs-dumper/>
* traefik-certs-dumper v2.11.4 : <https://github.com/ldez/traefik-certs-dumper/>

Please see the [main repository](https://github.com/mailserver2/mailserver) for instructions.