Signed-off-by: Jess Frazelle <jess@oxide.computer>
This commit is contained in:
Jess Frazelle 2020-05-15 01:39:50 -07:00
parent a9164b6a71
commit 47ee8318a0
No known key found for this signature in database
GPG key ID: 18F3685C0022BFF3

View file

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