Skip to content

Commit

Permalink
Update to 5.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Sep 30, 2023
1 parent 67f87cb commit 329d3b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions 5.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ RUN set -eux; \
chown redmine:redmine "$HOME"; \
chmod 1777 "$HOME"

ENV REDMINE_VERSION 5.0.5
ENV REDMINE_DOWNLOAD_URL https://www.redmine.org/releases/redmine-5.0.5.tar.gz
ENV REDMINE_DOWNLOAD_SHA256 a89ad1c4bb9bf025e6527c77ab18c8faf7749c94a975caf2cfdbba00eb12a481
ENV REDMINE_VERSION 5.0.6
ENV REDMINE_DOWNLOAD_URL https://www.redmine.org/releases/redmine-5.0.6.tar.gz
ENV REDMINE_DOWNLOAD_SHA256 488fe08f37a8eb1011415922a8ea743b7f38d8a7a5f8822950a34a375dcf08ee

RUN set -eux; \
# if we use wget here, we get certificate issues (https://github.com/docker-library/redmine/pull/249#issuecomment-984176479)
Expand Down
6 changes: 3 additions & 3 deletions 5.0/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ RUN set -eux; \
chown redmine:redmine "$HOME"; \
chmod 1777 "$HOME"

ENV REDMINE_VERSION 5.0.5
ENV REDMINE_DOWNLOAD_URL https://www.redmine.org/releases/redmine-5.0.5.tar.gz
ENV REDMINE_DOWNLOAD_SHA256 a89ad1c4bb9bf025e6527c77ab18c8faf7749c94a975caf2cfdbba00eb12a481
ENV REDMINE_VERSION 5.0.6
ENV REDMINE_DOWNLOAD_URL https://www.redmine.org/releases/redmine-5.0.6.tar.gz
ENV REDMINE_DOWNLOAD_SHA256 488fe08f37a8eb1011415922a8ea743b7f38d8a7a5f8822950a34a375dcf08ee

RUN set -eux; \
wget -O redmine.tar.gz "$REDMINE_DOWNLOAD_URL"; \
Expand Down

0 comments on commit 329d3b8

Please sign in to comment.