From 69afabb1b274cf28d0d676aa5b1f06cfe0ea3e69 Mon Sep 17 00:00:00 2001 From: "dev-mend-for-github-com[bot]" <51963704+dev-mend-for-github-com[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 00:26:35 +0000 Subject: [PATCH] Update Node.js to v22 --- Dockerfile | 2 +- Dockerfile-dev | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d90dacb..42a8703 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Damn Vulnerable NodeJS Application -FROM node:carbon +FROM node:^22.0.0 LABEL MAINTAINER "Subash SN" WORKDIR /app diff --git a/Dockerfile-dev b/Dockerfile-dev index 5f9ed39..7293612 100644 --- a/Dockerfile-dev +++ b/Dockerfile-dev @@ -1,7 +1,7 @@ # Damn Vulnerable NodeJS Application # https://github.com/appsecco/dvna -FROM node:carbon +FROM node:^22.0.0 LABEL MAINTAINER "Subash SN" WORKDIR /app