1
0
Fork 0

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

master
Ambrose Chua 2019-03-24 23:13:48 +08:00
parent f53eb67d00
commit 346dbf99f0
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#
# Build stage
#
FROM golang:1.11-alpine3.8 as builder
FROM golang:1.12-alpine as builder
# deps
RUN apk --no-cache add git build-base