Skip to content

Commit

Permalink
Merge pull request #45 from H2CK/updt_2_0_16
Browse files Browse the repository at this point in the history
Update to Webtrees 2.0.16
  • Loading branch information
H2CK committed May 3, 2021
2 parents 06e3d40 + 829100a commit 7c760b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND="noninteractive" HOME="/root" LC_ALL="C.UTF-8" LANG="en_US.U
ENV supervisor_conf /etc/supervisor/supervisord.conf
ENV security_conf /etc/apache2/conf-available/security.conf
ENV start_scripts_path /bin
ENV WT_VERSION="2.0.15"
ENV WT_VERSION="2.0.16"

# Update packages from baseimage
RUN apt-get update -qq
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.github
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG ARCH=amd64

FROM ${ARCH}/ubuntu:20.04

ARG WT_VERSION=2.0.15
ARG WT_VERSION=2.0.16
ARG QEMU_ARCH=x86_64

ARG BUILD_DATE=2021-01-01T08:00:00Z
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,4 @@ This image contains now the necessary libraries to optionally also select Postgr
* **2021/03/14:** Webtrees 2.0.13
* **2021/03/29:** Webtrees 2.0.14
* **2021/03/31:** Webtrees 2.0.15
* **2021/05/03:** Webtrees 2.0.16

0 comments on commit 7c760b5

Please sign in to comment.