Skip to content

Commit

Permalink
fix: devops/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jan 12, 2024
1 parent 17f3a35 commit 5b6a432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use an official Node runtime as a parent image
FROM node:21.0-bookworm-slim
FROM node:21.4-bookworm-slim

# Set the working directory in the container
WORKDIR /usr/src/app
Expand Down

0 comments on commit 5b6a432

Please sign in to comment.