Update golang version to 1.7.4 in Dockerfile, Security Update.

This commit is contained in:
Cheng-Lung Sung
2016-12-04 11:28:19 +08:00
parent 874921ed9f
commit dee59a14e7

View File

@@ -1,4 +1,4 @@
FROM golang:1.7.3
FROM golang:1.7.4
MAINTAINER Derek Collison <derek@apcera.com>