Skip to content

Commit 9b3a9fc

Browse files
committed
perf: use smaller debian image
1 parent bb82753 commit 9b3a9fc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
- do not call `require` in the config file to allow other file types ([949b695](https://github.com/wagoid/commitlint-github-action/commit/949b695))
88

9+
### Performance Improvements
10+
11+
- use smaller debian image ([25c13db](https://github.com/wagoid/commitlint-github-action/commit/25c13db))
12+
913
<a name="1.1.0"></a>
1014

1115
# [1.1.0](https://github.com/wagoid/commitlint-github-action/compare/v1.0.0...v1.1.0) (2019-10-04)

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:10
1+
FROM node:10-stretch-slim
22

33
COPY package*.json /
44

0 commit comments

Comments
 (0)