Skip to content

Commit

Permalink
fix: update Dockerfile and package.json to fix CVE vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
claitz committed Jul 7, 2024
1 parent 4000668 commit 5341d9f
Show file tree
Hide file tree
Showing 3 changed files with 792 additions and 2,360 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use an official Node.js runtime as the base image
FROM node:16-alpine
FROM node:22-alpine

# Set the working directory in the container to /app
WORKDIR /app
Expand Down
Loading

0 comments on commit 5341d9f

Please # to comment.