From bad15c1c02d12dfcd6d24023e8737d3bf8957f99 Mon Sep 17 00:00:00 2001 From: Eric Chiang Date: Thu, 13 Dec 2018 15:12:37 -0800 Subject: [PATCH] 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 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1960c69d..dbc0dd38 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.11.1-alpine +FROM golang:1.11.3-alpine RUN apk add --no-cache --update alpine-sdk