Skip to content

Commit

Permalink
Update to 3.2.3, 3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Jun 6, 2016
1 parent a96891c commit 7e94beb
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.5
ENV REDMINE_DOWNLOAD_MD5 457dd1fe1f28384511630dfb54a2d417
ENV REDMINE_VERSION 3.1.6
ENV REDMINE_DOWNLOAD_MD5 ce846787e490ec5121b1c4b960a2a32b

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.2
ENV REDMINE_DOWNLOAD_MD5 21750fd789ac5920b6a14867c3ab1d3d
ENV REDMINE_VERSION 3.2.3
ENV REDMINE_DOWNLOAD_MD5 46178231093ed8a90e9d9b6c1e7d42b6

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 7e94beb

Please sign in to comment.