Skip to content

Commit

Permalink
Update to Version 1.7.17
Browse files Browse the repository at this point in the history
  • Loading branch information
H2CK committed May 18, 2020
1 parent 41d0fa5 commit 35ecadb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RUN apt-get upgrade -qy && apt-get install -qy \
&& chmod 750 /crt \
&& openssl req -x509 -nodes -days 3650 -newkey rsa:4096 -keyout /crt/webtrees.key -out /crt/webtrees.crt -subj "/C=DE/ST=H/L=F/O=Webtrees/OU=www.webtrees.net/CN=webtrees" \
&& chmod 640 /crt/* \
&& wget -q https://github.com/fisharebest/webtrees/releases/download/1.7.16/webtrees-1.7.16.zip -O /tmp/webtrees.zip \
&& wget -q https://github.com/fisharebest/webtrees/releases/download/1.7.17/webtrees-1.7.17.zip -O /tmp/webtrees.zip \
&& unzip -d /tmp/ -o /tmp/webtrees.zip \
&& rm -Rf /var/www/html \
&& mv /tmp/webtrees /var/www/html \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ It is possible to use additional 3rd party modules of webtrees with this contain
+ **2019/01/13:** Webtrees 1.7.12
+ **2019/05/08:** Webtrees 1.7.14
+ **2019/12/10:** Webtrees 1.7.16
+ **2020/05/18:** Webtrees 1.7.17

0 comments on commit 35ecadb

Please sign in to comment.