File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ RUN set -eux; \
43
43
chown redmine:redmine "$HOME" ; \
44
44
chmod 1777 "$HOME"
45
45
46
- ENV REDMINE_VERSION 4.2.4
47
- ENV REDMINE_DOWNLOAD_URL https://www.redmine.org/releases/redmine-4.2.4 .tar.gz
48
- ENV REDMINE_DOWNLOAD_SHA256 cf649f5d4ff783582f82bebd4a5099ef63acb3d5573bbe6b4bf64f293c61c9ce
46
+ ENV REDMINE_VERSION 4.2.5
47
+ ENV REDMINE_DOWNLOAD_URL https://www.redmine.org/releases/redmine-4.2.5 .tar.gz
48
+ ENV REDMINE_DOWNLOAD_SHA256 d97084b0eaad7266056814a0c0aec2737f4d23b8f67ce90c01a79b2eb5605984
49
49
50
50
RUN set -eux; \
51
51
# if we use wget here, we get certificate issues (https://github.com/docker-library/redmine/pull/249#issuecomment-984176479)
Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ RUN set -eux; \
39
39
chown redmine:redmine "$HOME" ; \
40
40
chmod 1777 "$HOME"
41
41
42
- ENV REDMINE_VERSION 4.2.4
43
- ENV REDMINE_DOWNLOAD_URL https://www.redmine.org/releases/redmine-4.2.4 .tar.gz
44
- ENV REDMINE_DOWNLOAD_SHA256 cf649f5d4ff783582f82bebd4a5099ef63acb3d5573bbe6b4bf64f293c61c9ce
42
+ ENV REDMINE_VERSION 4.2.5
43
+ ENV REDMINE_DOWNLOAD_URL https://www.redmine.org/releases/redmine-4.2.5 .tar.gz
44
+ ENV REDMINE_DOWNLOAD_SHA256 d97084b0eaad7266056814a0c0aec2737f4d23b8f67ce90c01a79b2eb5605984
45
45
46
46
RUN set -eux; \
47
47
wget -O redmine.tar.gz "$REDMINE_DOWNLOAD_URL" ; \
You can’t perform that action at this time.
0 commit comments