From ad98b97a6de6dd4f7cf22c419db316e8676b1bf7 Mon Sep 17 00:00:00 2001 From: usr42 Date: Mon, 7 May 2018 23:04:06 +0200 Subject: [PATCH] Use golang:1.10-alpine with v2.0.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 151c3deb..0d184aef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.8-alpine +FROM golang:1.10-alpine VOLUME /config EXPOSE 6060 6061