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 48c809d commit d2e2fb6Copy full SHA for d2e2fb6
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.0
52
-ENV REDMINE_DOWNLOAD_MD5 0c0abb2d4efde455c3505d8caf01cb2d
+ENV REDMINE_VERSION 3.3.1
+ENV REDMINE_DOWNLOAD_MD5 cb8aab3e03cae7d21d003a307e51c176
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