1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00

docker: Update build to use Go 1.11+modules for #121

- Fix outdated params in docker-run.sh
This commit is contained in:
James Hillyerd
2018-10-20 12:30:04 -07:00
parent dc007da82e
commit f9adced65e
3 changed files with 14 additions and 12 deletions

View File

@@ -11,6 +11,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Use Go 1.11 modules for reproducible builds.
- SMTP TLS support (thanks kingforaday.)
### Changed
- Docker build now uses Go 1.11 and Alpine 3.8
## [v2.0.0] - 2018-05-05