Skip to content

Commit cbe9f67

Browse files
authored
Merge pull request #14 from georgettica/georgettica/reduce-attack-surface
fix(dockerfile): reduce attack surface
2 parents e4be48a + c045089 commit cbe9f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ WORKDIR /opt
77

88
RUN git update-index --refresh; make token-refresher
99

10-
FROM alpine:3.10 as runner
10+
FROM scratch as runner
1111

1212
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
1313
COPY --from=builder /opt/token-refresher /bin/token-refresher

0 commit comments

Comments
 (0)