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 e5a95c0 commit bd96635Copy full SHA for bd96635
3.3/Dockerfile
@@ -48,8 +48,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
48
ENV RAILS_ENV production
49
WORKDIR /usr/src/redmine
50
51
-ENV REDMINE_VERSION 3.3.6
52
-ENV REDMINE_DOWNLOAD_MD5 103bcfc7a0603815130fba8626c97661
+ENV REDMINE_VERSION 3.3.7
+ENV REDMINE_DOWNLOAD_MD5 cc51fa69b4a15dc44ff7f1b9d7cb0c30
53
54
RUN wget -O redmine.tar.gz "https://www.redmine.org/releases/redmine-${REDMINE_VERSION}.tar.gz" \
55
&& echo "$REDMINE_DOWNLOAD_MD5 redmine.tar.gz" | md5sum -c - \
0 commit comments