From 27bcce975c08fe8111c6465bb6eea1f51e45ac64 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 May 2022 06:21:35 +0000 Subject: [PATCH] fix: scripts/genetic_algo/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-LIBXML2-2413976 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-1569403 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-1569406 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-2426310 - https://snyk.io/vuln/SNYK-DEBIAN10-SUBVERSION-2635642 --- scripts/genetic_algo/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/genetic_algo/Dockerfile b/scripts/genetic_algo/Dockerfile index f2e2a3812e..3fdf652e26 100644 --- a/scripts/genetic_algo/Dockerfile +++ b/scripts/genetic_algo/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16.5.0 +FROM node:lts