Update snappymail to 2.26.4.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Stanislav Nikitin 2023-03-25 14:16:00 +05:00
parent 884a57fba4
commit ae111d0e21
Signed by: pztrn
GPG Key ID: 1E944A0F0568B550
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ RUN apk add --no-cache \
# Get rainloop.
RUN mkdir -p /var/www/snappymail && \
cd /var/www/snappymail && \
wget https://github.com/the-djmaze/snappymail/releases/download/v2.24.4/snappymail-2.24.4.zip && \
wget https://github.com/the-djmaze/snappymail/releases/download/v2.26.4/snappymail-2.26.4.zip && \
ls -la && \
unzip snappymail-*.zip && \
chown -R nginx:nginx /var/www/snappymail && \