From 6a97f2ab1b708db5a9bd811bdf5914b23e79e9e8 Mon Sep 17 00:00:00 2001 From: NicoleStrel Date: Fri, 25 Apr 2025 11:43:04 -0400 Subject: [PATCH] node:14.17.0 --- example/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/example/Dockerfile b/example/Dockerfile index 3b2d5d5..2b4c8a4 100644 --- a/example/Dockerfile +++ b/example/Dockerfile @@ -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