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.1.6
47
- ENV REDMINE_DOWNLOAD_URL https://www.redmine.org/releases/redmine-4.1.6 .tar.gz
48
- ENV REDMINE_DOWNLOAD_SHA256 ad78999cb65ba2d1be344fdd582e4f24a9b97c88710ab217a954df437e04072f
46
+ ENV REDMINE_VERSION 4.1.7
47
+ ENV REDMINE_DOWNLOAD_URL https://www.redmine.org/releases/redmine-4.1.7 .tar.gz
48
+ ENV REDMINE_DOWNLOAD_SHA256 bf56cade5d0a6623af590652bffe2865208f399fe77746d4e1bbd9d1a995a38a
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.1.6
43
- ENV REDMINE_DOWNLOAD_URL https://www.redmine.org/releases/redmine-4.1.6 .tar.gz
44
- ENV REDMINE_DOWNLOAD_SHA256 ad78999cb65ba2d1be344fdd582e4f24a9b97c88710ab217a954df437e04072f
42
+ ENV REDMINE_VERSION 4.1.7
43
+ ENV REDMINE_DOWNLOAD_URL https://www.redmine.org/releases/redmine-4.1.7 .tar.gz
44
+ ENV REDMINE_DOWNLOAD_SHA256 bf56cade5d0a6623af590652bffe2865208f399fe77746d4e1bbd9d1a995a38a
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