mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 08:06:54 +00:00
Merge pull request #410 from diogokiss/security-vuln-docker-image
build: upgrade base Docker image to prevent security vulnerability
This commit is contained in:
commit
7445d4e7ab
3 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:16.5.0-alpine3.14 as build
|
||||
FROM node:16.14.2-alpine3.14 as build
|
||||
|
||||
COPY package*.json /
|
||||
|
||||
|
|
|
|||
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -56,7 +56,7 @@
|
|||
"yaml": "^2.1.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": "16.5.0"
|
||||
"node": "v16.14.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@actions/core": {
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"build": "rollup -c"
|
||||
},
|
||||
"engines": {
|
||||
"node": "16.5.0"
|
||||
"node": "v16.14.2"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
|||
Loading…
Reference in a new issue