From c4ed5dd826a73478c8ebca9ad6b6f8d7e4e02d9c Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Thu, 27 Oct 2016 15:58:51 +0530 Subject: [PATCH] switch to `gcr.io/stacksmith-images/minideb-buildpack:jessie-r0` --- bitnami/ruby/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitnami/ruby/Dockerfile b/bitnami/ruby/Dockerfile index 7d1dc64adb00..f5f6049c6287 100644 --- a/bitnami/ruby/Dockerfile +++ b/bitnami/ruby/Dockerfile @@ -11,7 +11,7 @@ ## Connect to the container at DOCKER_IP:3000 ## replacing DOCKER_IP for the IP of your active docker host -FROM gcr.io/stacksmith-images/ubuntu-buildpack:14.04-r10 +FROM gcr.io/stacksmith-images/minideb-buildpack:jessie-r0 MAINTAINER Bitnami