Merge pull request #1389 from ericchiang/bump-go

Dockerfile: update Go to 1.11.5
This commit is contained in:
Stephan Renatus 2019-01-24 08:52:33 +01:00 committed by GitHub
commit 5ae094206b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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