Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions example/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This is a secure Dockerfile using an up-to-date Node.js version
# For the main branch version
# This is an intentionally vulnerable Dockerfile
# Using Node.js 14.17.0 which has multiple CVEs

FROM node:20-slim
FROM node:14.17.0

# Create app directory
WORKDIR /usr/src/app
Expand Down