Skip to content

Commit

Permalink
Merge branch 'release/v5.0.5-3'
Browse files Browse the repository at this point in the history
  • Loading branch information
robertauer authored and cesmarvin committed Jan 17, 2024
2 parents ce7c59e + 4dccd2e commit e8cad08
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v5.0.5-3] - 2024-01-17
### Fixed
- [#123] Add gem `bigdecimal` because some plugins like `helpdesk` need the dependency on `bundle install` if redmine is starting up.

## [v5.0.5-2] - 2023-10-20
### Fixed
- [#121] FIXED CVE: CVE-2023-4863 CVE-2023-38039 CVE-2023-38545 CVE-2023-39417 CVE-2023-44487
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM registry.cloudogu.com/official/base:3.17.3-2

LABEL NAME="official/redmine" \
VERSION="5.0.5-2" \
VERSION="5.0.5-3" \
maintainer="[email protected]"

ENV USER=redmine \
Expand Down Expand Up @@ -132,6 +132,7 @@ RUN set -eux -o pipefail \
&& bundle config set --local without 'development test' \
&& bundle install \
&& gem install puma \
&& gem install bigdecimal \
# cleanup
&& gem cleanup all \
&& rm -rf /root/* /tmp/* $(gem env gemdir)/cache \
Expand Down
2 changes: 1 addition & 1 deletion dogu.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Name": "official/redmine",
"Version": "5.0.5-2",
"Version": "5.0.5-3",
"DisplayName": "Redmine",
"Description": "Redmine is a flexible project management web application",
"Category": "Development Apps",
Expand Down

0 comments on commit e8cad08

Please sign in to comment.