5
0
Fork 0
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:
Wagner Santos 2019-10-08 11:15:18 -03:00
parent bb82753235
commit 9b3a9fce6a
2 changed files with 5 additions and 1 deletions

View file

@ -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)

View file

@ -1,4 +1,4 @@
FROM node:10
FROM node:10-stretch-slim
COPY package*.json /