Skip to content

Commit

Permalink
upgrade to redmine-2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sameer Naik committed Apr 14, 2014
1 parent 30e75d3 commit 5ed14e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

**latest a.k.a head**
**v.2.5.0**
- upgrade to redmine-2.5.0
- added new circle theme
- update recurring_tasks plugin to v1.3.0
- update redmine_tags plugin
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
Dockerfile to build a Redmine container image (with some additional themes and plugins).

## Version
Current Version: 2.4.4
Current Version: 2.5.0

# Installation

Expand All @@ -35,7 +35,7 @@ docker pull sameersbn/redmine
Since version 2.4.2, the image builds are being tagged. You can now pull a particular version of redmine by specifying the version number. For example,

```bash
docker pull sameersbn/redmine:2.4.4
docker pull sameersbn/redmine:2.5.0
```

Alternately you can build the image yourself.
Expand Down
2 changes: 1 addition & 1 deletion resources/setup/install
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ EOF
# install redmine
mkdir -p /redmine
cd /redmine
wget "http://www.redmine.org/releases/redmine-2.4.4.tar.gz" -O - | tar -zvxf - --strip=1 -C /redmine
wget "http://www.redmine.org/releases/redmine-2.5.0.tar.gz" -O - | tar -zvxf - --strip=1 -C /redmine

# install gems
echo 'gem "dalli", "~> 2.7.0"' >> Gemfile
Expand Down

0 comments on commit 5ed14e1

Please sign in to comment.