Skip to content

Commit

Permalink
fix: backend/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jul 2, 2024
1 parent dd15ca1 commit 6dbffb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use the official Node.js image
FROM node:21
FROM node:22.2-bookworm-slim

# Set working directory
WORKDIR /usr/src/app
Expand Down

0 comments on commit 6dbffb0

Please sign in to comment.