Skip to content

Commit

Permalink
fix: frontend/Dockerfile to reduce vulnerabilities (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
artiz and snyk-bot authored Sep 25, 2024
1 parent 7cc52cd commit 3211a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:21.7.3-bullseye-slim
FROM node:22.8.0-bullseye-slim

ADD package.json /package.json
ADD package-lock.json /package-lock.json
Expand Down

0 comments on commit 3211a82

Please sign in to comment.