1403: Update Roundcube to 1.4.3 r=mergify[bot] a=HorayNarea

## What type of PR?

enhancement

## What does this PR do?

Update Roundcube to 1.4.3 (see https://github.com/roundcube/roundcubemail/releases/tag/1.4.3)

Co-authored-by: Thomas Sänger <thomas@gecko.space>
master
bors[bot] 4 years ago committed by GitHub
commit 919aa7a67d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y \
# Shared layer between nginx, dovecot, postfix, postgresql, rspamd, unbound, rainloop, roundcube
RUN pip3 install socrate
ENV ROUNDCUBE_URL https://github.com/roundcube/roundcubemail/releases/download/1.4.2/roundcubemail-1.4.2-complete.tar.gz
ENV ROUNDCUBE_URL https://github.com/roundcube/roundcubemail/releases/download/1.4.3/roundcubemail-1.4.3-complete.tar.gz
RUN apt-get update && apt-get install -y \
zlib1g-dev libzip4 libzip-dev \

Loading…
Cancel
Save