Merge pull request #2938 from dokku/mh/chore/upgrade-golang

upgrade to golang 1.9.1
This commit is contained in:
Michael Hobbs
2017-10-10 10:11:52 -07:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
GO_REPO_ROOT := /go/src/github.com/dokku/dokku
BUILD_IMAGE := golang:1.7.5
BUILD_IMAGE := golang:1.9.1
.PHONY: build-in-docker build clean src-clean

View File

@@ -1,4 +1,4 @@
FROM golang:1.7.5
FROM golang:1.9.1
EXPOSE 3000/tcp

View File

@@ -1,4 +1,4 @@
FROM golang:1.7.5
FROM golang:1.9.1
EXPOSE 3000/tcp