We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c113f95 commit 8e484bdCopy full SHA for 8e484bd
Dockerfile
@@ -1,3 +1,4 @@
1
-FROM scratch
+FROM alpine:3.7
2
+RUN apk add --no-cache ca-certificates
3
COPY github-flow-manager /
4
ENTRYPOINT ["/github-flow-manager"]
0 commit comments