From 9c850857921d985e6beb606db72978facf4d55cf Mon Sep 17 00:00:00 2001 From: Nicolas CARPi Date: Tue, 1 Aug 2023 19:09:03 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 4 ++++ Dockerfile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e9ef6f..2608f57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Container image version # Note: the version here is from `ELABIMG_VERSION` present in Dockerfile, not the tagged one +# 4.5.2 + +* Fix issue with `AUTO_DB_INIT` setting not working (fix #34 via #35 by @aristidebrd) + # 4.5.1 * Send a 404 status code for 404 page (was 200) diff --git a/Dockerfile b/Dockerfile index 79d320c..ae3e07b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -128,7 +128,7 @@ RUN abuild-keygen -n -a && abuild && find /home/builder/packages -type f -name ' FROM alpine:3.18 # this is versioning for the container image -ENV ELABIMG_VERSION=4.5.1 +ENV ELABIMG_VERSION=4.5.2 # the target elabftw version is passed with --build-arg # it is a mandatory ARG