File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ RUN chown -R $GITUSER:$GITUSER $GITHOME
4141# HACK: import progrium/cedarish as a tarball
4242# see https://github.com/deis/deis/issues/1027
4343RUN curl -#SL -o /progrium_cedarish.tar.gz \
44- https://s3-us-west-2.amazonaws. com/opdemand/progrium_cedarish_2014_12_15 .tar.gz
44+ https://github. com/progrium/cedarish/releases/download/v3/cedarish-cedar14_v3 .tar.gz
4545
4646# define the execution environment
4747# use VOLUME to remove /var/lib/docker from copy-on-write for performance
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ download_buildpack() {
2929mkdir -p $BUILDPACK_INSTALL_PATH
3030
3131download_buildpack https://github.com/ddollar/heroku-buildpack-multi.git 6e79094
32- download_buildpack https://github.com/heroku/heroku-buildpack-ruby.git v129
32+ download_buildpack https://github.com/heroku/heroku-buildpack-ruby.git v134
3333download_buildpack https://github.com/heroku/heroku-buildpack-nodejs.git v64
3434download_buildpack https://github.com/heroku/heroku-buildpack-java.git v32
3535download_buildpack https://github.com/heroku/heroku-buildpack-gradle.git v12
You can’t perform that action at this time.
0 commit comments