From 3e7354c24fa55c5a51eea8bdaee30378479b5262 Mon Sep 17 00:00:00 2001 From: H2CK Date: Tue, 19 Mar 2024 14:56:52 +0100 Subject: [PATCH] Update to 2.1.19 Signed-off-by: H2CK --- Dockerfile | 2 +- Dockerfile.github | 2 +- README.md | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 968069f..17a1111 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.1.18" +ENV WT_VERSION="2.1.19" # Install and activate necessary software RUN apt-get update -qq && apt-get upgrade -qy && apt-get install -qy \ diff --git a/Dockerfile.github b/Dockerfile.github index 002bd05..2869db4 100644 --- a/Dockerfile.github +++ b/Dockerfile.github @@ -2,7 +2,7 @@ ARG ARCH=amd64 FROM ${ARCH}/ubuntu:22.04 -ARG WT_VERSION=2.1.18 +ARG WT_VERSION=2.1.19 ARG QEMU_ARCH=x86_64 ARG BUILD_DATE=2021-01-01T08:00:00Z diff --git a/README.md b/README.md index 5171207..a5b8d71 100644 --- a/README.md +++ b/README.md @@ -171,3 +171,4 @@ This image contains now the necessary libraries to optionally also select Postgr * **2023/01/16:** Webtrees 2.1.16 * **2023/07/15:** Webtrees 2.1.17 * **2023/10/19:** Webtrees 2.1.18 +* **2024/03/19:** Webtrees 2.1.19