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
commit 20a5ee2f1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>