Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Merge pull request #26 from docker/1.0.6
Browse files Browse the repository at this point in the history
bumped version in Dockerfile to 1.0.6
  • Loading branch information
chubing authored Feb 4, 2017
2 parents 60fcf86 + b6db098 commit c1f161e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion common.bash
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
#
maintainer="bigfleet"
imagename="comanage"
version="1.0.5"
version="1.0.6"

0 comments on commit c1f161e

Please sign in to comment.