Skip to content

Commit

Permalink
Bump alpine to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmintel committed Aug 8, 2018
1 parent 12c54fd commit 814e5a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM golang:1.10.1-alpine3.7
FROM golang:1.10.3-alpine3.8

RUN apk add --no-cache --update alpine-sdk bash

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.
Expand Down

0 comments on commit 814e5a6

Please sign in to comment.