update go

This commit is contained in:
Cadey Ratio 2019-09-07 15:05:44 +00:00
parent 291e164cd2
commit c9c8fc47ab
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM xena/go:1.11.4 AS build
FROM xena/go:1.12.6 AS build
RUN apk --no-cache add make git
RUN mkdir -p /usr/local/src \
&& git clone https://github.com/jroimartin/sw /usr/local/src/sw \