From 2842e1867be786c9f28f7eb04e1261a9b6dc1e99 Mon Sep 17 00:00:00 2001 From: Ambrose Chua Date: Wed, 2 Oct 2019 01:06:10 +0800 Subject: [PATCH] Bump Dockerfile Go --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7bad762..3172723 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM golang:1.11-rc-alpine as build +FROM golang:1.13-rc-alpine as build -RUN apk add --no-cache git=2.18.1-r0 +RUN apk add --no-cache git WORKDIR /src COPY go.mod go.sum .env *.go ./