Skip to content

Commit dbb9e47

Browse files
authored
pf-tlspol: upgrade to 1.8.22 (#6951)
* postfix-tlspol: upgrade to 1.8.20 * pf-tlspol: update to 1.8.22
1 parent f8eed8c commit dbb9e47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data/Dockerfiles/postfix-tlspol/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /src
44
ENV CGO_ENABLED=0 \
55
GO111MODULE=on \
66
NOOPT=1 \
7-
VERSION=1.8.14
7+
VERSION=1.8.22
88

99
RUN git clone --branch v${VERSION} https://github.com/Zuplu/postfix-tlspol && \
1010
cd /src/postfix-tlspol && \

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ services:
382382
- postfix
383383

384384
postfix-tlspol-mailcow:
385-
image: ghcr.io/mailcow/postfix-tlspol:1.0
385+
image: ghcr.io/mailcow/postfix-tlspol:1.8.22
386386
depends_on:
387387
unbound-mailcow:
388388
condition: service_healthy

0 commit comments

Comments
 (0)