Skip to content

Commit

Permalink
Merge pull request #6 from H2CK/2.0.1
Browse files Browse the repository at this point in the history
Update to 2.0.1
  • Loading branch information
H2CK committed Jan 6, 2020
2 parents 4b21465 + 57a47a5 commit 1d561ad
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 @@ -50,7 +50,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/2.0.0/webtrees-2.0.0.zip -O /tmp/webtrees.zip \
&& wget -q https://github.com/fisharebest/webtrees/releases/download/2.0.1/webtrees-2.0.1.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 @@ -55,3 +55,4 @@ It is possible to use additional 3rd party modules of webtrees with this contain
+ **2019/05/08:** Webtrees 1.7.14
+ **2019/12/10:** Webtrees 1.7.16
+ **2019/12/10:** Webtrees 2.0.0
+ **2020/01/06:** Webtrees 2.0.1

0 comments on commit 1d561ad

Please sign in to comment.