Skip to content
This repository has been archived by the owner on Nov 1, 2019. It is now read-only.

Commit

Permalink
Merge pull request #18 from ovr/update-software
Browse files Browse the repository at this point in the history
Feature: Update SKALIBS/EXECLINE/S6/RSPAMD
  • Loading branch information
hardware committed Aug 9, 2019
2 parents 47e0ff3 + b554cb7 commit 9d0a960
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ FROM debian:stretch-slim
ARG DEBIAN_FRONTEND=noninteractive
ARG BUILD_CORES

ARG SKALIBS_VER=2.7.0.0
ARG EXECLINE_VER=2.5.0.1
ARG S6_VER=2.7.2.2
ARG RSPAMD_VER=1.8.3
ARG SKALIBS_VER=2.8.1.0
ARG EXECLINE_VER=2.5.1.0
ARG S6_VER=2.8.0.1
ARG RSPAMD_VER=1.9.4
ARG GUCCI_VER=0.1.0

ARG SKALIBS_SHA256_HASH="96494d76669d2f8622511d5d616b6367801a42683c0bb11a8855114e5ccbd756"
ARG EXECLINE_SHA256_HASH="8d07d14e9e9abb1301e08be271313c4ffa5ddf7248fd262dda19588e78e31049"
ARG S6_SHA256_HASH="58dfa7633caff3790e06b5981344ceb03a1cedff4f253e15d79135d9a2ab525f"
ARG RSPAMD_SHA256_HASH="09ad1808e8b56db954b29622976efca54785223beaa7b859b2cdb900408de8d7"
ARG SKALIBS_SHA256_HASH="431c6507b4a0f539b6463b4381b9b9153c86ad75fa3c6bfc9dc4722f00b166ba"
ARG EXECLINE_SHA256_HASH="b1a756842947488404db8173bbae179d6e78b6ef551ec683acca540ecaf22677"
ARG S6_SHA256_HASH="dbe08f5b76c15fa32a090779b88fb2de9a9a107c3ac8ce488931dd39aa1c31d8"
ARG RSPAMD_SHA256_HASH="e4720c1f45defd07dd17b9563d0ddc480c70beadbc1a833235c077960092e030"
ARG GUCCI_SHA256_HASH="44199d8edf88442324951cafeaaea047f524deb8d887a0174cacc3aaff139740"

LABEL description="s6 + rspamd image based on Debian" \
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ This overlay base image contains Debian Stretch slim (remove some extra files th

Software built from source :

* Skalibs 2.7.0.0 : https://skarnet.org/software/skalibs/
* Execline 2.5.0.1 : https://skarnet.org/software/execline/
* s6 2.7.2.2 : https://skarnet.org/software/s6/
* Rspamd 1.8.3 : https://rspamd.com/
* Skalibs 2.8.1.0 : https://skarnet.org/software/skalibs/
* Execline 2.5.1.0 : https://skarnet.org/software/execline/
* s6 2.8.0.1 : https://skarnet.org/software/s6/
* Rspamd 1.9.4 : https://rspamd.com/
* Gucci 0.1.0 : https://github.com/noqcks/gucci/

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

0 comments on commit 9d0a960

Please sign in to comment.