Skip to content

Commit 41fc96a

Browse files
committed
chore(buildpacks): update all buildpacks to latest versions
Signed-off-by: Cryptophobia <aouzounov@gmail.com>
1 parent 8c08192 commit 41fc96a

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

rootfs/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ RUN sed -i -e 's/^deb-src/#deb-src/' /etc/apt/sources.list && \
3030

3131
ADD . /
3232
ENV PYTHONPATH $PYTHONPATH:/usr/local/lib/python3/site-packages
33-
ADD https://storage.googleapis.com/object-storage-cli/bb8e054/objstorage-bb8e054-linux-amd64 /bin/objstorage
34-
RUN chmod +x /bin/objstorage && \
33+
RUN mv objstorage /bin/objstorage && \
34+
chmod +x /bin/objstorage && \
3535
chown -R slug:slug /app && \
3636
chown slug:slug /bin/get_object \
3737
/bin/normalize_storage \

rootfs/builder/install-buildpacks

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ mkdir -p $BUILDPACK_INSTALL_PATH
3030

3131
download_buildpack https://github.com/heroku/heroku-buildpack-multi.git v1.0.0 01-multi
3232
download_buildpack https://github.com/heroku/heroku-buildpack-clojure.git v84 02-clojure
33-
download_buildpack https://github.com/heroku/heroku-buildpack-go.git v136 03-go
33+
download_buildpack https://github.com/heroku/heroku-buildpack-go.git v139 03-go
3434
download_buildpack https://github.com/heroku/heroku-buildpack-gradle.git v31 04-gradle
3535
download_buildpack https://github.com/heroku/heroku-buildpack-grails.git v21 05-grails
3636
download_buildpack https://github.com/heroku/heroku-buildpack-java.git v66 06-java
3737
download_buildpack https://github.com/heroku/heroku-buildpack-nodejs.git v167 07-nodejs
38-
download_buildpack https://github.com/heroku/heroku-buildpack-php.git v169 08-php
38+
download_buildpack https://github.com/heroku/heroku-buildpack-php.git v173 08-php
3939
download_buildpack https://github.com/heroku/heroku-buildpack-play.git v26 09-play
40-
download_buildpack https://github.com/heroku/heroku-buildpack-python.git v163 10-python
41-
download_buildpack https://github.com/heroku/heroku-buildpack-ruby.git v207 11-ruby
40+
download_buildpack https://github.com/heroku/heroku-buildpack-python.git v167 10-python
41+
download_buildpack https://github.com/heroku/heroku-buildpack-ruby.git v212 11-ruby
4242
download_buildpack https://github.com/heroku/heroku-buildpack-scala.git v87 12-scala

rootfs/objstorage

11.7 MB
Binary file not shown.

0 commit comments

Comments
 (0)