Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Aug 1, 2023
1 parent 8f4ea79 commit 9c85085
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c85085

Please sign in to comment.