Dockerfile: update to Go 1.12.1

This commit is contained in:
Cadey Ratio 2019-03-20 09:39:19 -07:00
parent 733b0dc47f
commit e42e877909
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM xena/go:1.11.5 AS build
FROM xena/go:1.12.1 AS build
ENV GOPROXY https://cache.greedo.xeserv.us
COPY . /site
WORKDIR /site