Dockerfile: update go

This commit is contained in:
Cadey Ratio 2019-06-12 17:31:58 -04:00
parent 368f1e90df
commit 28883b78e9
1 changed files with 1 additions and 1 deletions

View File

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