Skip to content

Commit

Permalink
chore(deps): update node version and node dependencies
Browse files Browse the repository at this point in the history
Update node to version 18 and also update node modules to ES6. Also update node dependencies to the latest version.
  • Loading branch information
kennedykori committed Sep 20, 2022
1 parent e8f8e58 commit 54e6ba8
Show file tree
Hide file tree
Showing 21 changed files with 2,726 additions and 3,451 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG PYTHON_VERSION=3.10-slim-buster

FROM node:10-stretch-slim as client-builder
FROM node:18-slim as client-builder

ARG APP_HOME=/app
WORKDIR ${APP_HOME}
Expand Down

0 comments on commit 54e6ba8

Please sign in to comment.