Update to Roundcube version 1.3.10

This commit is contained in:
Thomas Bruederli 2019-08-28 21:27:04 +02:00
parent 2b17a05a97
commit d9e6fadaab
4 changed files with 6 additions and 6 deletions

View File

@ -27,6 +27,6 @@ notifications:
email: false email: false
env: env:
- VERSION=1.3.9 VARIANT=apache - VERSION=1.3.10 VARIANT=apache
- VERSION=1.3.9 VARIANT=fpm - VERSION=1.3.10 VARIANT=fpm
- VERSION=1.3.9 VARIANT=fpm-alpine - VERSION=1.3.10 VARIANT=fpm-alpine

View File

@ -54,7 +54,7 @@ VOLUME /var/www/html
VOLUME /tmp/roundcube-temp VOLUME /tmp/roundcube-temp
# Define Roundcubemail version # Define Roundcubemail version
ENV ROUNDCUBEMAIL_VERSION 1.3.9 ENV ROUNDCUBEMAIL_VERSION 1.3.10
# Download package and extract to web volume # Download package and extract to web volume
RUN set -ex; \ RUN set -ex; \

View File

@ -47,7 +47,7 @@ VOLUME /var/www/html
VOLUME /tmp/roundcube-temp VOLUME /tmp/roundcube-temp
# Define Roundcubemail version # Define Roundcubemail version
ENV ROUNDCUBEMAIL_VERSION 1.3.9 ENV ROUNDCUBEMAIL_VERSION 1.3.10
# Download package and extract to web volume # Download package and extract to web volume
RUN set -ex; \ RUN set -ex; \

View File

@ -52,7 +52,7 @@ VOLUME /var/www/html
VOLUME /tmp/roundcube-temp VOLUME /tmp/roundcube-temp
# Define Roundcubemail version # Define Roundcubemail version
ENV ROUNDCUBEMAIL_VERSION 1.3.9 ENV ROUNDCUBEMAIL_VERSION 1.3.10
# Download package and extract to web volume # Download package and extract to web volume
RUN set -ex; \ RUN set -ex; \