diff --git a/Dockerfile b/Dockerfile index 59f2469..de32001 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,7 @@ ARG BUILD_PHPMYADMIN_USER="phpmyadmin" ARG BUILD_PHPMYADMIN_VERSION="4.9.1" ARG BUILD_PRINTING="no" ARG BUILD_REDIS="yes" -ARG BUILD_ROUNDCUBE_VERSION="1.4.1" +ARG BUILD_ROUNDCUBE_VERSION="1.4.2" ARG BUILD_ROUNDCUBE_DB="roundcube" ARG BUILD_ROUNDCUBE_DIR="/opt/roundcube" ARG BUILD_ROUNDCUBE_PW="secretpassword" diff --git a/docker-compose.template.yml b/docker-compose.template.yml index 83d7976..9dce971 100644 --- a/docker-compose.template.yml +++ b/docker-compose.template.yml @@ -17,7 +17,7 @@ services: ################################################## # RUN section ################################################## - image: itsthejb/ispconfig:0.7.1 + image: itsthejb/ispconfig:0.7.2 container_name: ispconfig hostname: ispconfig domainname: test.com