From 86a6ac8f44fd2a72d982877c90e10ba17cec12a3 Mon Sep 17 00:00:00 2001 From: MrMeeb Date: Sat, 11 May 2024 16:01:41 +0000 Subject: [PATCH] Rebase to Alpine 3.19 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index af2ae89..baa80c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.17 +FROM alpine:3.19 RUN apk update && \ apk add bash gawk cyrus-sasl cyrus-sasl-login cyrus-sasl-crammd5 mailx \