Merge pull request #1373 from ericchiang/go-1.11.3

Dockerfile: update to Go 1.11.3
This commit is contained in:
Stephan Renatus 2018-12-14 08:43:32 +01:00 committed by GitHub
commit 4329f407dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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