Skip to content

Commit

Permalink
Update to 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Jul 16, 2017
1 parent a0b8222 commit ef5e3f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 3.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
ENV RAILS_ENV production
WORKDIR /usr/src/redmine

ENV REDMINE_VERSION 3.4.1
ENV REDMINE_DOWNLOAD_MD5 79b07289c0b591e81180d017dbf6ebf4
ENV REDMINE_VERSION 3.4.2
ENV REDMINE_DOWNLOAD_MD5 2980b80e9acc81c01c06adb86eb4f37d

RUN wget -O redmine.tar.gz "https://www.redmine.org/releases/redmine-${REDMINE_VERSION}.tar.gz" \
&& echo "$REDMINE_DOWNLOAD_MD5 redmine.tar.gz" | md5sum -c - \
Expand Down

0 comments on commit ef5e3f3

Please sign in to comment.