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

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