Skip to content

Commit 13ee124

Browse files
Update to 4.1.6
1 parent 44dd05c commit 13ee124

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

4.1/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ RUN set -eux; \
4444
chmod 1777 "$HOME"
4545

4646
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
4949

5050
RUN set -eux; \
5151
# if we use wget here, we get certificate issues (https://github.com/docker-library/redmine/pull/249#issuecomment-984176479)

4.1/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ RUN set -eux; \
4040
chmod 1777 "$HOME"
4141

4242
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
4545

4646
RUN set -eux; \
4747
wget -O redmine.tar.gz "$REDMINE_DOWNLOAD_URL"; \

0 commit comments

Comments
 (0)