Skip to content

Commit

Permalink
release: 4.2.11
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Cormier <[email protected]>
  • Loading branch information
jcormier committed Oct 11, 2023
1 parent f3d0c0a commit 855d682
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

**4.2.11**
- redmine: upgrade to v4.2.11
- Update to ubuntu:focal-20230801

**4.2.10**
- redmine: upgrade to v4.2.10
- Update to ubuntu:focal-20230301
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FROM ubuntu:focal-20230801
LABEL maintainer="[email protected]"

ENV RUBY_VERSION=2.7 \
REDMINE_VERSION=4.2.10 \
REDMINE_VERSION=4.2.11 \
REDMINE_USER="redmine" \
REDMINE_HOME="/home/redmine" \
REDMINE_LOG_DIR="/var/log/redmine" \
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2.10
4.2.11
2 changes: 1 addition & 1 deletion docker-compose-mariadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:

redmine:
build: ./
image: sameersbn/redmine:4.2.10
image: sameersbn/redmine:4.2.11
depends_on:
- database
environment:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:

redmine:
build: ./
image: sameersbn/redmine:4.2.10
image: sameersbn/redmine:4.2.11
depends_on:
- mysql
environment:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-sqlite3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '2'
services:
redmine:
build: ./
image: sameersbn/redmine:4.2.10
image: sameersbn/redmine:4.2.11
environment:
- TZ=Asia/Kolkata

Expand Down
2 changes: 1 addition & 1 deletion docker-compose-ssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:

redmine:
build: ./
image: sameersbn/redmine:4.2.10
image: sameersbn/redmine:4.2.11
depends_on:
- postgresql
environment:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:

redmine:
build: ./
image: sameersbn/redmine:4.2.10
image: sameersbn/redmine:4.2.11
depends_on:
- postgresql
environment:
Expand Down

0 comments on commit 855d682

Please sign in to comment.