From 0ee5adc8e50cb15b5fc2f15356aaa9a9a3f34553 Mon Sep 17 00:00:00 2001 From: Guoqiang Chen Date: Thu, 28 Feb 2019 11:35:53 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9bbebc2..7dab408 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ############################### -FROM golang:1.9-alpine AS build +FROM golang:1.12-alpine AS build RUN mkdir -p /go/src/github.com/subchen/frep COPY . /go/src/github.com/subchen/frep