Skip to content

Commit

Permalink
Move back to scratch Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr authored Aug 2, 2019
1 parent e652c3f commit 3fa8a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM alpine:3.9

RUN apk add -U --no-cache ca-certificates

FROM alpine:3.9
FROM scratch

COPY --from=0 /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY oathkeeper /usr/bin/oathkeeper
Expand Down

0 comments on commit 3fa8a50

Please sign in to comment.