File tree 5 files changed +11
-5
lines changed
buildpacks/buildpack-ruby
5 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,11 @@ All notable changes to this project will be documented in this file.
11
11
### Changed
12
12
13
13
14
+ ## [ 0.3.27] - 2017-03-21
15
+ ### Changed
16
+ - @michaelshobbs Update ruby to version v155
17
+
18
+
14
19
## [ 0.3.26] - 2017-02-28
15
20
### Changed
16
21
- @wfarr Update go buildpack to v62
@@ -329,7 +334,8 @@ All notable changes to this project will be documented in this file.
329
334
- User for ` buildpack-build ` is ` $USER ` or randomized
330
335
- User for ` procfile-exec ` is ` $USER ` or detected from ` /app `
331
336
332
- [ unreleased ] : https://github.com/gliderlabs/herokuish/compare/v0.3.26...HEAD
337
+ [ unreleased ] : https://github.com/gliderlabs/herokuish/compare/v0.3.27...HEAD
338
+ [ 0.3.27 ] : https://github.com/gliderlabs/herokuish/compare/v0.3.26...v0.3.27
333
339
[ 0.3.26 ] : https://github.com/gliderlabs/herokuish/compare/v0.3.25...v0.3.26
334
340
[ 0.3.25 ] : https://github.com/gliderlabs/herokuish/compare/v0.3.24...v0.3.25
335
341
[ 0.3.24 ] : https://github.com/gliderlabs/herokuish/compare/v0.3.23...v0.3.24
Original file line number Diff line number Diff line change 1
1
FROM heroku/cedar:14
2
- RUN curl https://github.com/gliderlabs/herokuish/releases/download/v0.3.26 /herokuish_0.3.26_linux_x86_64 .tgz \
2
+ RUN curl https://github.com/gliderlabs/herokuish/releases/download/v0.3.27 /herokuish_0.3.27_linux_x86_64 .tgz \
3
3
--silent -L | tar -xzC /bin
4
4
RUN /bin/herokuish buildpack install \
5
5
&& ln -s /bin/herokuish /build \
Original file line number Diff line number Diff line change 1
1
NAME = herokuish
2
2
HARDWARE = $(shell uname -m)
3
- VERSION ?= 0.3.26
3
+ VERSION ?= 0.3.27
4
4
IMAGE_NAME ?= $(NAME )
5
5
BUILD_TAG ?= dev
6
6
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Download and uncompress the latest binary tarball from [releases](https://github
18
18
For example, you can do this directly in your Dockerfiles installing into ` /bin ` as one step:
19
19
20
20
```
21
- RUN curl --location --silent https://github.com/gliderlabs/herokuish/releases/download/v0.3.26 /herokuish_0.3.26_linux_x86_64 .tgz \
21
+ RUN curl --location --silent https://github.com/gliderlabs/herokuish/releases/download/v0.3.27 /herokuish_0.3.27_linux_x86_64 .tgz \
22
22
| tar -xzC /bin
23
23
```
24
24
Original file line number Diff line number Diff line change 1
- v153
1
+ v155
You can’t perform that action at this time.
0 commit comments