forked from cadey/xesite
Dockerfile: update to Go 1.12.1
This commit is contained in:
parent
733b0dc47f
commit
e42e877909
|
@ -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
|
ENV GOPROXY https://cache.greedo.xeserv.us
|
||||||
COPY . /site
|
COPY . /site
|
||||||
WORKDIR /site
|
WORKDIR /site
|
||||||
|
|
Loading…
Reference in New Issue