forked from mystiq/dex
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:
parent
a3cf7b63b7
commit
bad15c1c02
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue