File tree 8 files changed +16
-8
lines changed
8 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,13 @@ All notable changes to this project will be documented in this file.
10
10
11
11
### Changed
12
12
13
+ ## [ 0.4.10] - 2019-03-14
14
+ ### Changed
15
+ - @michaelshobbs Update go to version v104
16
+ - @michaelshobbs Update nodejs to version v142
17
+ - @michaelshobbs Update php to version v151
18
+ - @michaelshobbs Update ruby to version v200
19
+
13
20
## [ 0.4.9] - 2019-03-07
14
21
### Changed
15
22
- @tnir Update go to version v102 to support Go 1.12
@@ -545,7 +552,8 @@ All notable changes to this project will be documented in this file.
545
552
- User for ` buildpack-build ` is ` $USER ` or randomized
546
553
- User for ` procfile-exec ` is ` $USER ` or detected from ` /app `
547
554
548
- [ unreleased ] : https://github.com/gliderlabs/herokuish/compare/v0.4.9...HEAD
555
+ [ unreleased ] : https://github.com/gliderlabs/herokuish/compare/v0.4.10...HEAD
556
+ [ 0.4.10 ] : https://github.com/gliderlabs/herokuish/compare/v0.4.9...v0.4.10
549
557
[ 0.4.9 ] : https://github.com/gliderlabs/herokuish/compare/v0.4.8...v0.4.9
550
558
[ 0.4.8 ] : https://github.com/gliderlabs/herokuish/compare/v0.4.7...v0.4.8
551
559
[ 0.4.7 ] : https://github.com/gliderlabs/herokuish/compare/v0.4.6...v0.4.7
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN apt-get update -qq \
11
11
dist-upgrade \
12
12
&& apt-get clean \
13
13
&& rm -rf /var/cache/apt/archives/* /var/lib/apt/lists/* /var/tmp/*
14
- RUN curl "https://github.com/gliderlabs/herokuish/releases/download/v0.4.9 /herokuish_0.4.9_linux_x86_64 .tgz" \
14
+ RUN curl "https://github.com/gliderlabs/herokuish/releases/download/v0.4.10 /herokuish_0.4.10_linux_x86_64 .tgz" \
15
15
--silent -L | tar -xzC /bin
16
16
RUN /bin/herokuish buildpack install \
17
17
&& 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.4.9
3
+ VERSION ?= 0.4.10
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.4.9 /herokuish_0.4.9_linux_x86_64 .tgz \
21
+ RUN curl --location --silent https://github.com/gliderlabs/herokuish/releases/download/v0.4.10 /herokuish_0.4.10_linux_x86_64 .tgz \
22
22
| tar -xzC /bin
23
23
```
24
24
Original file line number Diff line number Diff line change 1
- v102
1
+ v104
Original file line number Diff line number Diff line change 1
- v139
1
+ v142
Original file line number Diff line number Diff line change 1
- v150
1
+ v151
Original file line number Diff line number Diff line change 1
- v199
1
+ v200
You can’t perform that action at this time.
0 commit comments