Skip to content

Commit

Permalink
Merge pull request #410 from diogokiss/security-vuln-docker-image
Browse files Browse the repository at this point in the history
build: upgrade base Docker image to prevent security vulnerability
  • Loading branch information
wagoid committed Jun 16, 2022
2 parents e8277e2 + e4c3e78 commit 7445d4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -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 /

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -12,7 +12,7 @@
"build": "rollup -c"
},
"engines": {
"node": "16.5.0"
"node": "v16.14.2"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 7445d4e

Please sign in to comment.