From 7c3a4e624e2e69b652c2ae3537b155b7c374362d Mon Sep 17 00:00:00 2001 From: snyk-bot <snyk-bot@snyk.io> Date: Wed, 23 Feb 2022 10:54:27 +0000 Subject: [PATCH] fix: qooxdoo-kit/samples/simcore-integration (before)/services/client/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON35-1063181 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON35-340072 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON35-453739 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON35-584435 - https://snyk.io/vuln/SNYK-DEBIAN9-WGET-342192 --- .../simcore-integration (before)/services/client/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qooxdoo-kit/samples/simcore-integration (before)/services/client/Dockerfile b/qooxdoo-kit/samples/simcore-integration (before)/services/client/Dockerfile index c61f679..5a4d1b3 100644 --- a/qooxdoo-kit/samples/simcore-integration (before)/services/client/Dockerfile +++ b/qooxdoo-kit/samples/simcore-integration (before)/services/client/Dockerfile @@ -1,4 +1,4 @@ -FROM node:10.15.1 as base-stage +FROM node:10.23.2 as base-stage # Used to qx compile and/or serve (dev) client-side code