File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ RUN set -eux; \
44
44
chmod 1777 "$HOME"
45
45
46
46
ENV REDMINE_VERSION 4.1.6
47
- ENV REDMINE_DOWNLOAD_URL https://www.redmine.org/attachments/download/28858 /redmine-4.1.6.tar.gz
48
- ENV REDMINE_DOWNLOAD_SHA256 b75dacdd61745284c433480c5efd9139d9da965e26ade4f6dc0d6d33be5410a2
47
+ ENV REDMINE_DOWNLOAD_URL https://www.redmine.org/releases /redmine-4.1.6.tar.gz
48
+ ENV REDMINE_DOWNLOAD_SHA256 ad78999cb65ba2d1be344fdd582e4f24a9b97c88710ab217a954df437e04072f
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 @@ -40,8 +40,8 @@ RUN set -eux; \
40
40
chmod 1777 "$HOME"
41
41
42
42
ENV REDMINE_VERSION 4.1.6
43
- ENV REDMINE_DOWNLOAD_URL https://www.redmine.org/attachments/download/28858 /redmine-4.1.6.tar.gz
44
- ENV REDMINE_DOWNLOAD_SHA256 b75dacdd61745284c433480c5efd9139d9da965e26ade4f6dc0d6d33be5410a2
43
+ ENV REDMINE_DOWNLOAD_URL https://www.redmine.org/releases /redmine-4.1.6.tar.gz
44
+ ENV REDMINE_DOWNLOAD_SHA256 ad78999cb65ba2d1be344fdd582e4f24a9b97c88710ab217a954df437e04072f
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