Merge pull request #1373 from ericchiang/go-1.11.3
Dockerfile: update to Go 1.11.3
This commit is contained in:
commit
4329f407dc
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.11.1-alpine
|
||||
FROM golang:1.11.3-alpine
|
||||
|
||||
RUN apk add --no-cache --update alpine-sdk
|
||||
|
||||
|
|
Reference in a new issue