From b6db09856b8c4a5667d8cbfd9dfbf305c31df446 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Fri, 3 Feb 2017 19:55:54 -0500 Subject: [PATCH] bumped to 1.0.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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