From 53170442d26eb847a7da886dd30653a6ed2cd3ff Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 3 May 2026 12:00:52 +0000 Subject: [PATCH] Update alpine Docker tag to v3.23 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 149f094..1890bab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.22 +FROM alpine:3.23 RUN apk update && \ apk add bash gawk cyrus-sasl cyrus-sasl-login cyrus-sasl-crammd5 mailx \