1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-11 00:46:01 +00:00

pf-tlspol: upgrade to 1.8.22 (#6951)

* postfix-tlspol: upgrade to 1.8.20

* pf-tlspol: update to 1.8.22
This commit is contained in:
DerLinkman
2025-12-09 13:25:50 +01:00
committed by GitHub
parent f8eed8c786
commit dbb9e474b0
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ WORKDIR /src
ENV CGO_ENABLED=0 \
GO111MODULE=on \
NOOPT=1 \
VERSION=1.8.14
VERSION=1.8.22
RUN git clone --branch v${VERSION} https://github.com/Zuplu/postfix-tlspol && \
cd /src/postfix-tlspol && \

View File

@@ -382,7 +382,7 @@ services:
- postfix
postfix-tlspol-mailcow:
image: ghcr.io/mailcow/postfix-tlspol:1.0
image: ghcr.io/mailcow/postfix-tlspol:1.8.22
depends_on:
unbound-mailcow:
condition: service_healthy