chore(deps): update alpine docker tag to v3.23
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Renovate Bot 2025-12-03 21:04:16 +00:00
commit 542ea5bd9c

View file

@ -1,4 +1,4 @@
FROM alpine:3.21
FROM alpine:3.23
RUN apk add --no-cache tini ca-certificates dovecot dovecot-ldap dovecot-lmtpd dovecot-pigeonhole-plugin dovecot-pop3d python3 ssmtp && \
addgroup -g 1000 mailuser0 && adduser -D -u 1000 -G mailuser0 mailuser0