4
1
Fork 0

Bump Dockerfile Go
continuous-integration/drone/push Build is passing Details

pull/24/head
Ambrose Chua 2019-10-02 01:06:10 +08:00
parent 0d7a4be43b
commit 2842e1867b
Signed by: ambrose
GPG Key ID: BC367D33F140B5C2
1 changed files with 2 additions and 2 deletions

View File

@ -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 ./