Skip to content

Commit

Permalink
5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Feb 29, 2024
1 parent 10b3984 commit 5e44a25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Container image version
# Note: the version here is from `ELABIMG_VERSION` present in Dockerfile, not the tagged one

# 5.0.1
# 5.0.2

* Fix issue with messages being logged two times (error log)

# 5.0.1

* Increase MySQL retries number

# 5.0.0

* Change the default value of ``PHP_MAX_MEMORY`` from 256M (256 Mb) to 2G (2 Gb).
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,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=5.0.1
ENV ELABIMG_VERSION=5.0.2

# the target elabftw version is passed with --build-arg
# it is a mandatory ARG
Expand Down

0 comments on commit 5e44a25

Please sign in to comment.