diff --git a/Dockerfile b/Dockerfile index c759fa8..51babc1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ LABEL description="ISPConfig 3.2 on Debian Buster, with Roundcube mail, phpMyAdm # All arguments ARG BUILD_CERTBOT="yes" ARG BUILD_HOSTNAME="myhost.test.com" -ARG BUILD_ISPCONFIG_VERSION="3.2.4" +ARG BUILD_ISPCONFIG_VERSION="3.2.5" ARG BUILD_ISPCONFIG_DROP_EXISTING="no" ARG BUILD_ISPCONFIG_MYSQL_DATABASE="dbispconfig" ARG BUILD_ISPCONFIG_PORT="8080" diff --git a/docker-compose.template.yml b/docker-compose.template.yml index 37dca98..92d4e50 100644 --- a/docker-compose.template.yml +++ b/docker-compose.template.yml @@ -17,7 +17,7 @@ services: ################################################## # RUN section ################################################## - image: itsthejb/ispconfig:0.9.5 + image: itsthejb/ispconfig:0.9.6 container_name: ispconfig hostname: ispconfig domainname: test.com