From ef17ad9074d59521c70874cc0d8970e16529a9be Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Thu, 14 Dec 2017 22:16:24 -0800 Subject: [PATCH] Update Docker base to go 1.9 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 27b3ce8..cebab97 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Docker build file for Inbucket, see https://www.docker.io/ # Inbucket website: http://www.inbucket.org/ -FROM golang:1.7-alpine +FROM golang:1.9-alpine MAINTAINER James Hillyerd, @jameshillyerd # Configuration (WORKDIR doesn't support env vars)