1
0
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:
James Hillyerd
2017-01-21 21:07:30 -08:00
parent 1137912e1d
commit f09a4558a9
2 changed files with 2 additions and 2 deletions

View File

@@ -5,5 +5,5 @@ before_script:
- go vet ./... - go vet ./...
go: go:
- 1.7.3 - 1.7.4
- master - master

View File

@@ -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)