mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 17:47:03 +00:00
Bump go versions for Docker and TravisCI
This commit is contained in:
@@ -5,5 +5,5 @@ before_script:
|
|||||||
- go vet ./...
|
- go vet ./...
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.7.3
|
- 1.7.4
|
||||||
- master
|
- master
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# Docker build file for Inbucket, see https://www.docker.io/
|
# Docker build file for Inbucket, see https://www.docker.io/
|
||||||
# Inbucket website: http://www.inbucket.org/
|
# Inbucket website: http://www.inbucket.org/
|
||||||
|
|
||||||
FROM golang:1.6-alpine
|
FROM golang:1.7-alpine
|
||||||
MAINTAINER James Hillyerd, @jameshillyerd
|
MAINTAINER James Hillyerd, @jameshillyerd
|
||||||
|
|
||||||
# Configuration (WORKDIR doesn't support env vars)
|
# Configuration (WORKDIR doesn't support env vars)
|
||||||
|
|||||||
Reference in New Issue
Block a user