diff --git a/CHANGELOG.md b/CHANGELOG.md index 224cce7a..5639c991 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,11 @@ All notable changes to this project will be documented in this file. ### Changed -## [v3.2.11] - 2020-05-8 +## [v3.2.12] - 2020-10-22 +### Changed +- @michaelshobbs bump alpine to 3.12 + +## [v3.2.11] - 2020-05-08 ### Added - @hhromic Add Syslog TCP framing documentation to README @@ -19,7 +23,7 @@ All notable changes to this project will be documented in this file. - @michaelshobbs use type assertion instead of reflection to determine connection type - @michaelshobbs use // + space for all human readable comments -## [v3.2.10] - 2020-05-1 +## [v3.2.10] - 2020-05-01 ### Added - @jszwedko Add optional TCP framing to syslog adapter @@ -243,7 +247,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.11...HEAD +[unreleased]: https://github.com/gliderlabs/logspout/compare/v3.2.12...HEAD +[v3.2.12]: https://github.com/gliderlabs/logspout/compare/v3.2.11...v3.2.12 [v3.2.11]: https://github.com/gliderlabs/logspout/compare/v3.2.10...v3.2.11 [v3.2.10]: https://github.com/gliderlabs/logspout/compare/v3.2.9...v3.2.10 [v3.2.9]: https://github.com/gliderlabs/logspout/compare/v3.2.8...v3.2.9 diff --git a/Dockerfile b/Dockerfile index 703a0b25..8caec03e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.11 +FROM alpine:3.12 ENTRYPOINT ["/bin/logspout"] VOLUME /mnt/routes EXPOSE 80 diff --git a/Dockerfile.dev b/Dockerfile.dev index d6c2bc38..b275bf30 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -1,4 +1,4 @@ -FROM alpine:3.11 +FROM alpine:3.12 VOLUME /mnt/routes EXPOSE 80 diff --git a/VERSION b/VERSION index f53f86ae..c5016ea8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v3.2.11 +v3.2.12