File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- FROM ruby:2.6 -slim-buster
1
+ FROM ruby:2.7 -slim-buster
2
2
3
3
# explicitly set uid/gid to guarantee that it won't change in the future
4
4
# the values 999:999 are identical to the current user/group id assigned
@@ -44,7 +44,7 @@ RUN set -eux; \
44
44
chown redmine:redmine "$HOME" ; \
45
45
chmod 1777 "$HOME"
46
46
47
- ARG REDMINE_VERSION="4.2.1 "
47
+ ARG REDMINE_VERSION="4.2.3 "
48
48
ARG REDMICA_VERSION=""
49
49
# ENV REDMINE_DOWNLOAD_SHA256 ad4109c3425f1cfe4c8961f6ae6494c76e20d81ed946caa1e297d9eda13b41b4
50
50
@@ -71,7 +71,7 @@ ARG PATCH_DIRS=""
71
71
COPY patches/ ./patches/
72
72
73
73
# for GTT gem native extensions
74
- ARG GEM_PG_VERSION="1.1.4 "
74
+ ARG GEM_PG_VERSION="1.2.3 "
75
75
COPY Gemfile.local ./
76
76
COPY plugins/ ./plugins/
77
77
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ source 'https://rubygems.org'
2
2
3
3
# each plugin's native extensions should be added to here
4
4
gem "rgeo"
5
- gem "pg", (ENV['GEM_PG_VERSION'] ? "~> #{ENV['GEM_PG_VERSION']}" : "~> 1.1.4 ")
5
+ gem "pg", (ENV['GEM_PG_VERSION'] ? "~> #{ENV['GEM_PG_VERSION']}" : "~> 1.2.3 ")
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ services:
7
7
context : ./
8
8
dockerfile : ./Dockerfile
9
9
args :
10
- REDMINE_VERSION : 4.2.2
10
+ REDMINE_VERSION : 4.2.3
11
11
REDMICA_VERSION : " "
12
12
GEM_PG_VERSION : ${GEM_PG_VERSION}
13
13
PATCH_STRIP : 1
@@ -53,7 +53,7 @@ services:
53
53
restart : always
54
54
55
55
mapfish-print :
56
- image : camptocamp/mapfish_print:3.27
56
+ image : camptocamp/mapfish_print:3.28
57
57
ports :
58
58
- 8080:8080
59
59
environment :
You can’t perform that action at this time.
0 commit comments