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