diff --git a/Dockerfile b/Dockerfile index 434a23e..e5e1f25 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.10.1-alpine3.7 +FROM golang:1.10.3-alpine3.8 RUN apk add --no-cache --update alpine-sdk bash @@ -6,7 +6,7 @@ COPY . /go/src/github.com/mintel/dex-k8s-authenticator WORKDIR /go/src/github.com/mintel/dex-k8s-authenticator RUN make get && make -FROM alpine:3.7 +FROM alpine:3.8 # Dex connectors, such as GitHub and Google logins require root certificates. # Proper installations should manage those certificates, but it's a bad user # experience when this doesn't work out of the box.