From fddcda18fc50ad102d865014a9a79b8ff27fb898 Mon Sep 17 00:00:00 2001 From: "xiao.xinmiao" Date: Tue, 21 Jan 2020 13:22:17 +0800 Subject: [PATCH] #21 use golang:1.13-alpine as unittest-exp image --- golang/unittest-exp/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/golang/unittest-exp/Dockerfile b/golang/unittest-exp/Dockerfile index f408b45..2ecedfb 100644 --- a/golang/unittest-exp/Dockerfile +++ b/golang/unittest-exp/Dockerfile @@ -1,3 +1,3 @@ -FROM pangpanglabs/golang:builder-beta +FROM golang:1.13-alpine RUN go get github.com/smartystreets/goconvey \ No newline at end of file