1
0
Fork 0

Update Dockerfile

master
Ambrose Chua 2018-09-22 17:22:43 +08:00 committed by GitHub
parent 83f2cbaa36
commit f8a1e32043
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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