From 4f7ab01d6f48defeaf309a65b56b57985c0cc565 Mon Sep 17 00:00:00 2001 From: Miguel Martinez Date: Fri, 24 Jun 2016 09:49:12 -0700 Subject: [PATCH] 4.2.6-r3 --- Dockerfile | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f44315b1..5d0c5181 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/docker-compose.yml b/docker-compose.yml index 5b56f30d..bc2e335c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: