Skip to content

Commit 8e484bd

Browse files
committed
switch docker scratch to alpine
1 parent c113f95 commit 8e484bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
FROM scratch
1+
FROM alpine:3.7
2+
RUN apk add --no-cache ca-certificates
23
COPY github-flow-manager /
34
ENTRYPOINT ["/github-flow-manager"]

0 commit comments

Comments
 (0)