diff --git a/Dockerfile b/Dockerfile index 39d5d95..fada16b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -129,7 +129,7 @@ RUN ln -s /opt/etc/httpd/conf.d/ports.conf /etc/httpd/conf.d/ports.conf && \ ln -s /opt/etc/php/email.php /opt/comanage/comanage-registry-$version/local/Config/email.php && \ rm -f /opt/comanage/comanage-registry-$version/app/Config/email.php && \ ln -s /opt/etc/php/email.php /opt/comanage/comanage-registry-$version/app/Config/email.php && \ - ln -s /opt/comanage/comanage-registry-1.0.5/app/webroot /var/www/html/registry && \ + ln -s /opt/comanage/comanage-registry-1.0.6/app/webroot /var/www/html/registry && \ rm /etc/httpd/conf/httpd.conf && \ ln -s /opt/etc/httpd/conf/httpd.conf /etc/httpd/conf/httpd.conf && \ /opt/autoexec/bin/onbuild.sh