Skip to content
Snippets Groups Projects
Commit bad15c1c authored by Eric Chiang's avatar Eric Chiang
Browse files

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
No related branches found
No related tags found
No related merge requests found
FROM golang:1.11.1-alpine FROM golang:1.11.3-alpine
RUN apk add --no-cache --update alpine-sdk RUN apk add --no-cache --update alpine-sdk
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment