Merge pull request #3519 from LightningK0ala/patch-4

Update Dockerfile go version to 1.13
This commit is contained in:
Olaoluwa Osuntokun
2019-09-19 18:27:06 -07:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
FROM golang:1.12-alpine as builder
FROM golang:1.13-alpine as builder
MAINTAINER Olaoluwa Osuntokun <lightning.engineering>