Skip to content

Commit

Permalink
Merge branch 'release/v5.0.5-4'
Browse files Browse the repository at this point in the history
  • Loading branch information
nhinze23 authored and cesmarvin committed Jan 24, 2024
2 parents e8cad08 + 8efc837 commit 90cc7cd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 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-4] - 2024-01-24
### Fixed
- Add bigdecimal bundle as a dependency of the `helpdesk` plugin

## [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.
Expand Down
5 changes: 3 additions & 2 deletions 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-3" \
VERSION="5.0.5-4" \
maintainer="[email protected]"

ENV USER=redmine \
Expand Down Expand Up @@ -132,7 +132,8 @@ RUN set -eux -o pipefail \
&& bundle config set --local without 'development test' \
&& bundle install \
&& gem install puma \
&& gem install bigdecimal \
&& gem install bigdecimal -v 3.1.5 \
&& bundle add bigdecimal --version=3.1.5 \
# 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-3",
"Version": "5.0.5-4",
"DisplayName": "Redmine",
"Description": "Redmine is a flexible project management web application",
"Category": "Development Apps",
Expand Down

0 comments on commit 90cc7cd

Please sign in to comment.