Skip to content

Commit

Permalink
4.2.6-r3
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Martinez committed Jun 24, 2016
1 parent 9148a2d commit 4f7ab01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN rails new /tmp/temp_app --database mysql --quiet && rm -r /tmp/temp_app

ENV RAILS_ENV=development
ENV BITNAMI_APP_NAME=rails
ENV BITNAMI_IMAGE_VERSION=4.2.6-r0
ENV BITNAMI_IMAGE_VERSION=4.2.6-r3

USER bitnami
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:

myapp:
tty: true # Enables debugging capabilities when attached to this container.
image: bitnami/rails:4.2.6-r2
image: bitnami/rails:4.2.6-r3
environment:
- DATABASE_URL=mysql2://mariadb/my_app_development
depends_on:
Expand Down

0 comments on commit 4f7ab01

Please sign in to comment.