forked from mystiq/dex
Merge pull request #1389 from ericchiang/bump-go
Dockerfile: update Go to 1.11.5
This commit is contained in:
commit
5ae094206b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.11.3-alpine
|
||||
FROM golang:1.11.5-alpine
|
||||
|
||||
RUN apk add --no-cache --update alpine-sdk
|
||||
|
||||
|
|
Loading…
Reference in a new issue