Skip to content

Commit

Permalink
Update nodejs version. 16.20.0->18.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FreePhoenix888 committed Jul 7, 2023
1 parent c6495c1 commit c8eef08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.20.0-alpine3.17 AS node
FROM node:18.16.1-alpine3.17 AS node
FROM docker:20.10.8-dind-alpine3.14

COPY --from=node /usr/lib /usr/lib
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"react": "*"
},
"engines": {
"node": "^16.20.0"
"node": "^18.16.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
Expand Down

0 comments on commit c8eef08

Please sign in to comment.