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 bb82753 commit 9b3a9fcCopy full SHA for 9b3a9fc
CHANGELOG.md
@@ -6,6 +6,10 @@
6
7
- do not call `require` in the config file to allow other file types ([949b695](https://github.com/wagoid/commitlint-github-action/commit/949b695))
8
9
+### Performance Improvements
10
+
11
+- use smaller debian image ([25c13db](https://github.com/wagoid/commitlint-github-action/commit/25c13db))
12
13
<a name="1.1.0"></a>
14
15
# [1.1.0](https://github.com/wagoid/commitlint-github-action/compare/v1.0.0...v1.1.0) (2019-10-04)
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:10
+FROM node:10-stretch-slim
2
3
COPY package*.json /
4
0 commit comments