We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8eed8c commit dbb9e47Copy full SHA for dbb9e47
data/Dockerfiles/postfix-tlspol/Dockerfile
@@ -4,7 +4,7 @@ WORKDIR /src
4
ENV CGO_ENABLED=0 \
5
GO111MODULE=on \
6
NOOPT=1 \
7
- VERSION=1.8.14
+ VERSION=1.8.22
8
9
RUN git clone --branch v${VERSION} https://github.com/Zuplu/postfix-tlspol && \
10
cd /src/postfix-tlspol && \
docker-compose.yml
@@ -382,7 +382,7 @@ services:
382
- postfix
383
384
postfix-tlspol-mailcow:
385
- image: ghcr.io/mailcow/postfix-tlspol:1.0
+ image: ghcr.io/mailcow/postfix-tlspol:1.8.22
386
depends_on:
387
unbound-mailcow:
388
condition: service_healthy
0 commit comments