From 18318a31bc4de371efe76e291fb8331289e68317 Mon Sep 17 00:00:00 2001 From: Matthew Slowe Date: Wed, 13 Mar 2024 19:11:47 +0000 Subject: [PATCH] upgrade snappymail to 2.35.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8e77384..c81108f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM alpine:latest LABEL description "Snappymail is a simple, modern & fast web-based client based on Rainloop" ARG GPG_FINGERPRINT="1016 E470 7914 5542 F8BA 1335 4820 8BA1 3290 F3EB" -ARG RAINLOOP_VERSION=2.35.1 +ARG RAINLOOP_VERSION=2.35.3 ENV UID=991 GID=991 UPLOAD_MAX_SIZE=25M LOG_TO_STDOUT=false MEMORY_LIMIT=128M