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:
- eumau/postfix
tag:
- "3"
- "4"
steps:
-
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>"
ARG DEBIAN_FRONTEND=noninteractive
ENV LC_ALL C

View File

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