mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 16:06:56 +00:00
perf: use smaller debian image
This commit is contained in:
parent
bb82753235
commit
9b3a9fce6a
2 changed files with 5 additions and 1 deletions
|
|
@ -6,6 +6,10 @@
|
|||
|
||||
- do not call `require` in the config file to allow other file types ([949b695](https://github.com/wagoid/commitlint-github-action/commit/949b695))
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
- use smaller debian image ([25c13db](https://github.com/wagoid/commitlint-github-action/commit/25c13db))
|
||||
|
||||
<a name="1.1.0"></a>
|
||||
|
||||
# [1.1.0](https://github.com/wagoid/commitlint-github-action/compare/v1.0.0...v1.1.0) (2019-10-04)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:10
|
||||
FROM node:10-stretch-slim
|
||||
|
||||
COPY package*.json /
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue