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
No known key found for this signature in database
GPG Key ID: 811376EBA81C2C59
1 changed files with 1 additions and 1 deletions

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