Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Jun 16, 2021
1 parent 270877f commit c1a76e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Container image version
# Note: the version here is from Dockerfile:ELABIMG_VERSION not the tagged one

# 2.5.1
* Add long caching for assets

# 2.5.0
* Add brotli compression to nginx for assets

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG ELABFTW_VERSION=hypernext
ENV ELABFTW_VERSION $ELABFTW_VERSION

# this is versioning for the container image
ARG ELABIMG_VERSION=2.5.0
ARG ELABIMG_VERSION=2.5.1
ENV ELABIMG_VERSION $ELABIMG_VERSION

ARG S6_OVERLAY_VERSION=2.2.0.1
Expand Down

0 comments on commit c1a76e9

Please sign in to comment.