Dockerfile: build with golang 1.12.8

Signed-off-by: Stephan Renatus <srenatus@chef.io>
This commit is contained in:
Stephan Renatus
2019-08-14 10:24:17 +02:00
parent d328a5ebaa
commit 27b8426704

View File

@@ -1,4 +1,4 @@
FROM golang:1.12.4-alpine
FROM golang:1.12.8-alpine
RUN apk add --no-cache --update alpine-sdk