update dockerfile

Signed-off-by: Jess Frazelle <acidburn@jessfraz.com>
This commit is contained in:
Jess Frazelle 2019-09-16 12:31:08 -07:00
parent a711cf7c60
commit eaee914121
No known key found for this signature in database
GPG key ID: C0B444E6A3EFD4C1

View file

@ -1,4 +1,4 @@
FROM golang:alpine as builder
FROM golang:1.12-alpine as builder
MAINTAINER Jessica Frazelle <jess@linux.com>
ENV PATH /go/bin:/usr/local/go/bin:$PATH