pull up to 2.35.1

This commit is contained in:
2024-02-27 14:23:40 +00:00
parent cb0775ac8b
commit 3ddc793222
4 changed files with 6 additions and 5 deletions

View File

@@ -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.29.3
ARG RAINLOOP_VERSION=2.35.1
ENV UID=991 GID=991 UPLOAD_MAX_SIZE=25M LOG_TO_STDOUT=false MEMORY_LIMIT=128M
@@ -32,6 +32,7 @@ RUN apk -U upgrade \
php-ldap \
php-mbstring \
php-ctype \
php-fileinfo \
php-simplexml
WORKDIR /tmp
RUN set -ex ; \