From b1ddc298105fe39e608e1f775eede19d72478a01 Mon Sep 17 00:00:00 2001 From: Michael Hobbs Date: Fri, 3 Apr 2020 11:11:49 -0700 Subject: [PATCH 1/2] bump alpine to 3.11 and go to 1.13.4-r1 --- Dockerfile | 2 +- Dockerfile.dev | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c55f9b32..703a0b25 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.10 +FROM alpine:3.11 ENTRYPOINT ["/bin/logspout"] VOLUME /mnt/routes EXPOSE 80 diff --git a/Dockerfile.dev b/Dockerfile.dev index c0247fa2..d6c2bc38 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -1,4 +1,4 @@ -FROM alpine:3.10 +FROM alpine:3.11 VOLUME /mnt/routes EXPOSE 80 From 7bfa33c57c6e6ebd418c960e3cac7a8e25dea283 Mon Sep 17 00:00:00 2001 From: Michael Hobbs Date: Fri, 3 Apr 2020 12:23:59 -0700 Subject: [PATCH 2/2] release 3.2.8 --- CHANGELOG.md | 7 ++++++- VERSION | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb1e1557..f491f427 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/VERSION b/VERSION index 4671105d..701dbeed 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v3.2.7 +v3.2.8