Merge pull request #43 from aspettl/version-1.3.9

Upgrade to version 1.3.9
This commit is contained in:
Thomas B 2019-05-08 21:20:06 +02:00 committed by GitHub
commit 2c6df733bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -28,5 +28,5 @@ notifications:
email: false
env: # Environments
- VERSION=1.3.8 VARIANT=fpm
- VERSION=1.3.8 VARIANT=apache
- VERSION=1.3.9 VARIANT=fpm
- VERSION=1.3.9 VARIANT=apache

View File

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

View File

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