We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cde2ceb commit 58012d3Copy full SHA for 58012d3
3.4/Dockerfile
@@ -43,8 +43,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
43
ENV RAILS_ENV production
44
WORKDIR /usr/src/redmine
45
46
-ENV REDMINE_VERSION 3.4.5
47
-ENV REDMINE_DOWNLOAD_MD5 1c61ccbf3f597ebceefb05b60cc1947b
+ENV REDMINE_VERSION 3.4.6
+ENV REDMINE_DOWNLOAD_MD5 5f4993446ecf25782f469763c0d32ea1
48
49
RUN wget -O redmine.tar.gz "https://www.redmine.org/releases/redmine-${REDMINE_VERSION}.tar.gz" \
50
&& echo "$REDMINE_DOWNLOAD_MD5 redmine.tar.gz" | md5sum -c - \
0 commit comments