Skip to content

Commit

Permalink
Merge pull request #462 from gliderlabs/master
Browse files Browse the repository at this point in the history
release 3.2.8
  • Loading branch information
michaelshobbs authored Apr 3, 2020
2 parents 0b3599b + 70230de commit 11b8eaa
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ All notable changes to this project will be documented in this file.

### Changed

## [v3.2.8] - 2020-04-03
### Changed
- @michaelshobbs bump alpine to 3.11 and go to 1.13.4-r1

## [v3.2.7] - 2020-04-03
### Fixed
- @CodeLingoBot @gbolo Fix function comments based on best practices from Effective Go
Expand Down Expand Up @@ -210,7 +214,8 @@ All notable changes to this project will be documented in this file.
- Base container is now Alpine
- Moved to gliderlabs organization

[unreleased]: https://github.com/gliderlabs/logspout/compare/v3.2.7...HEAD
[unreleased]: https://github.com/gliderlabs/logspout/compare/v3.2.8...HEAD
[v3.2.8]: https://github.com/gliderlabs/logspout/compare/v3.2.7...v3.2.8
[v3.2.7]: https://github.com/gliderlabs/logspout/compare/v3.2.6...v3.2.7
[v3.2.6]: https://github.com/gliderlabs/logspout/compare/v3.2.5...v3.2.6
[v3.2.5]: https://github.com/gliderlabs/logspout/compare/v3.2.4...v3.2.5
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.10
FROM alpine:3.11
ENTRYPOINT ["/bin/logspout"]
VOLUME /mnt/routes
EXPOSE 80
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.10
FROM alpine:3.11
VOLUME /mnt/routes
EXPOSE 80

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.2.7
v3.2.8

0 comments on commit 11b8eaa

Please sign in to comment.