Skip to content

Commit

Permalink
Update to 3.1.5, 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed May 5, 2016
1 parent 9fdf8a1 commit a96891c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 3.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
ENV RAILS_ENV production
WORKDIR /usr/src/redmine

ENV REDMINE_VERSION 3.1.4
ENV REDMINE_DOWNLOAD_MD5 3939e1573f2af7b493ea321ea1249882
ENV REDMINE_VERSION 3.1.5
ENV REDMINE_DOWNLOAD_MD5 457dd1fe1f28384511630dfb54a2d417

RUN curl -fSL "http://www.redmine.org/releases/redmine-${REDMINE_VERSION}.tar.gz" -o redmine.tar.gz \
&& echo "$REDMINE_DOWNLOAD_MD5 redmine.tar.gz" | md5sum -c - \
Expand Down
4 changes: 2 additions & 2 deletions 3.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
ENV RAILS_ENV production
WORKDIR /usr/src/redmine

ENV REDMINE_VERSION 3.2.1
ENV REDMINE_DOWNLOAD_MD5 425aa0c56b66bf48c878798a9f7c6546
ENV REDMINE_VERSION 3.2.2
ENV REDMINE_DOWNLOAD_MD5 21750fd789ac5920b6a14867c3ab1d3d

RUN curl -fSL "http://www.redmine.org/releases/redmine-${REDMINE_VERSION}.tar.gz" -o redmine.tar.gz \
&& echo "$REDMINE_DOWNLOAD_MD5 redmine.tar.gz" | md5sum -c - \
Expand Down

0 comments on commit a96891c

Please sign in to comment.