Skip to content

Commit 11b8eaa

Browse files
Merge pull request #462 from gliderlabs/master
release 3.2.8
2 parents 0b3599b + 70230de commit 11b8eaa

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ All notable changes to this project will be documented in this file.
1010

1111
### Changed
1212

13+
## [v3.2.8] - 2020-04-03
14+
### Changed
15+
- @michaelshobbs bump alpine to 3.11 and go to 1.13.4-r1
16+
1317
## [v3.2.7] - 2020-04-03
1418
### Fixed
1519
- @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.
210214
- Base container is now Alpine
211215
- Moved to gliderlabs organization
212216

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
214219
[v3.2.7]: https://github.com/gliderlabs/logspout/compare/v3.2.6...v3.2.7
215220
[v3.2.6]: https://github.com/gliderlabs/logspout/compare/v3.2.5...v3.2.6
216221
[v3.2.5]: https://github.com/gliderlabs/logspout/compare/v3.2.4...v3.2.5

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.10
1+
FROM alpine:3.11
22
ENTRYPOINT ["/bin/logspout"]
33
VOLUME /mnt/routes
44
EXPOSE 80

Dockerfile.dev

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.10
1+
FROM alpine:3.11
22
VOLUME /mnt/routes
33
EXPOSE 80
44

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.2.7
1+
v3.2.8

0 commit comments

Comments
 (0)