Commit bad15c1c authored by Eric Chiang's avatar Eric Chiang

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
parent a3cf7b63
FROM golang:1.11.1-alpine
FROM golang:1.11.3-alpine
RUN apk add --no-cache --update alpine-sdk
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment