Skip to content

Commit

Permalink
Update to passenger 5.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Jun 16, 2017
1 parent 41c4436 commit 665769d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 3.1/passenger/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM redmine:3.1

ENV PASSENGER_VERSION 5.1.4
ENV PASSENGER_VERSION 5.1.5

RUN buildDeps=' \
make \
Expand Down
2 changes: 1 addition & 1 deletion 3.2/passenger/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM redmine:3.2

ENV PASSENGER_VERSION 5.1.4
ENV PASSENGER_VERSION 5.1.5

RUN buildDeps=' \
make \
Expand Down
2 changes: 1 addition & 1 deletion 3.3/passenger/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM redmine:3.3

ENV PASSENGER_VERSION 5.1.4
ENV PASSENGER_VERSION 5.1.5

RUN buildDeps=' \
make \
Expand Down

0 comments on commit 665769d

Please sign in to comment.