Skip to content

Commit

Permalink
chore(deps): update dependency node
Browse files Browse the repository at this point in the history
  • Loading branch information
tradeshift-renovate[bot] authored Feb 8, 2024
1 parent d067d24 commit 1b2bea7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.9.0
20.11.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY . .

RUN npm run build

FROM node:20.9.0-alpine3.17
FROM node:20.10.0-alpine3.17

Check failure on line 11 in Dockerfile

View check run for this annotation

Wiz Inc. (48d099cbad) / Wiz IaC Scanner

Missing User Instruction

Rule ID: 266c11fa-b206-48cf-89fd-227310dd65a8 Severity: High Resource: FROM={{node:20.10.0-alpine3.17}} File Type: Dockerfile Expected: The 'Dockerfile' should contain the 'USER' instruction Found: The 'Dockerfile' does not contain any 'USER' instruction A user should be specified in the dockerfile, otherwise the image will run as root

Check notice on line 11 in Dockerfile

View check run for this annotation

Wiz Inc. (48d099cbad) / Wiz IaC Scanner

Healthcheck Instruction Missing

Rule ID: 29672f39-4358-4055-bac4-c284741e7bc8 Severity: Low Resource: FROM={{node:20.10.0-alpine3.17}} File Type: Dockerfile Expected: Dockerfile should contain instruction 'HEALTHCHECK' Found: Dockerfile doesn't contain instruction 'HEALTHCHECK' Ensure that HEALTHCHECK is being used. The HEALTHCHECK instruction tells Docker how to test a container to check that it is still working

RUN apk --no-cache add git

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
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build": "rollup -c"
},
"engines": {
"node": "^v16.14.2"
"node": "^20.0.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 1b2bea7

Please sign in to comment.