Dockerfile: update to Go 1.11.3

Go 1.11.3 and 1.10.6 were released to mitigate security issues.
These don't appear to impact dex, but update anyway.

Ref: https://groups.google.com/forum/#!topic/golang-announce/Kw31K8G7Fi0
This commit is contained in:
Eric Chiang 2018-12-13 15:12:37 -08:00
parent a3cf7b63b7
commit bad15c1c02

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