diff --git a/Dockerfile b/Dockerfile index 5f1c2b7..ed1e048 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,13 +1,4 @@ -FROM progrium/cedarish:cedar14 - -RUN curl https://github.com/gliderlabs/herokuish/releases/download/v0.3.1/herokuish_0.3.1_linux_x86_64.tgz \ - --silent -L | tar -xzC /bin - -# install herokuish supported buildpacks and entrypoints -RUN /bin/herokuish buildpack install \ - && ln -s /bin/herokuish /build \ - && ln -s /bin/herokuish /start \ - && ln -s /bin/herokuish /exec +FROM gliderlabs/herokuish:latest # backwards compatibility ADD ./rootfs /