From ba934238c1ea012f7bcb1d453e9155d537c769d9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Sep 2024 21:19:39 +0000 Subject: [PATCH] fix: ui-web-app-reactjs/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855502 - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855502 - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855503 - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855503 - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855507 --- ui-web-app-reactjs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-web-app-reactjs/Dockerfile b/ui-web-app-reactjs/Dockerfile index def25f8..b443d67 100644 --- a/ui-web-app-reactjs/Dockerfile +++ b/ui-web-app-reactjs/Dockerfile @@ -1,4 +1,4 @@ -FROM node:22.5.0 +FROM node:22.9 RUN echo " Try to build my application" COPY . /var/www WORKDIR /var/www