File tree 4 files changed +9
-4
lines changed
4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ All notable changes to this project will be documented in this file.
10
10
11
11
### Changed
12
12
13
+ ## [ v3.2.8] - 2020-04-03
14
+ ### Changed
15
+ - @michaelshobbs bump alpine to 3.11 and go to 1.13.4-r1
16
+
13
17
## [ v3.2.7] - 2020-04-03
14
18
### Fixed
15
19
- @CodeLingoBot @gbolo Fix function comments based on best practices from Effective Go
@@ -210,7 +214,8 @@ All notable changes to this project will be documented in this file.
210
214
- Base container is now Alpine
211
215
- Moved to gliderlabs organization
212
216
213
- [ unreleased ] : https://github.com/gliderlabs/logspout/compare/v3.2.7...HEAD
217
+ [ unreleased ] : https://github.com/gliderlabs/logspout/compare/v3.2.8...HEAD
218
+ [ v3.2.8 ] : https://github.com/gliderlabs/logspout/compare/v3.2.7...v3.2.8
214
219
[ v3.2.7 ] : https://github.com/gliderlabs/logspout/compare/v3.2.6...v3.2.7
215
220
[ v3.2.6 ] : https://github.com/gliderlabs/logspout/compare/v3.2.5...v3.2.6
216
221
[ v3.2.5 ] : https://github.com/gliderlabs/logspout/compare/v3.2.4...v3.2.5
Original file line number Diff line number Diff line change 1
- FROM alpine:3.10
1
+ FROM alpine:3.11
2
2
ENTRYPOINT ["/bin/logspout" ]
3
3
VOLUME /mnt/routes
4
4
EXPOSE 80
Original file line number Diff line number Diff line change 1
- FROM alpine:3.10
1
+ FROM alpine:3.11
2
2
VOLUME /mnt/routes
3
3
EXPOSE 80
4
4
Original file line number Diff line number Diff line change 1
- v3.2.7
1
+ v3.2.8
You can’t perform that action at this time.
0 commit comments