Skip to content

Commit

Permalink
bump elabimg_version
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Feb 18, 2025
1 parent 75c73e5 commit 194228a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Container image version
# Note: the version here is from `ELABIMG_VERSION` present in Dockerfile, not the tagged one

# 5.5.0

* Use Alpine Linux 3.21
* Use PHP 8.4
* php: remove deprecated session ini options
* add php-apcu package for cache storage in memory (elabftw/elabftw#5434)
* add support for ketcher service, fingerprinting service and open cloning service

# 5.4.0

* Add `USE_PERSISTENT_MYSQL_CONN` env var (defaults to `true`). This controls the value for `PDO::ATTR_PERSISTENT` mode in PHP's PDO library.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ RUN abuild && find /home/builder/packages -type f -name 'cronie-1*.apk' -exec mv
FROM alpine:3.21

# this is versioning for the container image
ENV ELABIMG_VERSION=5.4.0
ENV ELABIMG_VERSION=5.5.0

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

0 comments on commit 194228a

Please sign in to comment.