diff --git a/Dockerfile b/Dockerfile index cf23fbb..7a289fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,7 +57,7 @@ RUN set -ex; \ VOLUME /var/roundcube/config # Define Roundcubemail version -ENV ROUNDCUBEMAIL_VERSION 1.3.8 +ENV ROUNDCUBEMAIL_VERSION 1.3.10 # Set the entry point ENTRYPOINT ["/docker-entrypoint.sh"] diff --git a/build-rootfs.sh b/build-rootfs.sh index 6c86b21..135db76 100755 --- a/build-rootfs.sh +++ b/build-rootfs.sh @@ -3,7 +3,7 @@ set -ex # Configuration options you usually edit go here -ROUNDCUBEMAIL_VERSION=1.3.8 +ROUNDCUBEMAIL_VERSION=1.3.10 CHECK_GPG=false CLEAN_INTERMEDIATES=false CONTAINER_VOLUME_CONFIG=/var/roundcube/config