v4
All checks were successful
Build Docker images / docker (eumau/postfix, 4) (push) Successful in 3m2s

This commit is contained in:
Mauro Torrez 2024-03-01 18:37:23 -03:00
parent 7ac0958c63
commit c5b8641454
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ jobs:
repo: repo:
- eumau/postfix - eumau/postfix
tag: tag:
- "3" - "4"
steps: steps:
- -
name: Set up QEMU name: Set up QEMU

View File

@ -1,4 +1,4 @@
FROM eumau/debian:bullseye-slim FROM eumau/debian:bookworm-slim
LABEL maintainer "Mauro Torrez <mauro@mau.ro>" LABEL maintainer "Mauro Torrez <mauro@mau.ro>"
ARG DEBIAN_FRONTEND=noninteractive ARG DEBIAN_FRONTEND=noninteractive
ENV LC_ALL C ENV LC_ALL C

View File

@ -13,4 +13,4 @@ postconf -h \
virtual_mailbox_maps \ virtual_mailbox_maps \
| sed "s/,/\n/g" | sed "s/ /\n/g" | sort | uniq \ | sed "s/,/\n/g" | sed "s/ /\n/g" | sort | uniq \
| egrep '(hash):' \ | egrep '(hash):' \
| xargs -n1 postmap | xargs -t -n1 postmap