From bad303b30762162ef5f1b0f5518c1603ccde1189 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 29 Aug 2022 20:12:13 +0000 Subject: [PATCH] fix: client/intelligent_collab/services/ui_controller/Dockerfile.dev to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE313-APKTOOLS-1533754 - https://snyk.io/vuln/SNYK-ALPINE313-OPENSSL-1569448 - https://snyk.io/vuln/SNYK-ALPINE313-OPENSSL-1569448 - https://snyk.io/vuln/SNYK-ALPINE313-ZLIB-2434418 - https://snyk.io/vuln/SNYK-ALPINE313-ZLIB-2976175 --- client/intelligent_collab/services/ui_controller/Dockerfile.dev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/intelligent_collab/services/ui_controller/Dockerfile.dev b/client/intelligent_collab/services/ui_controller/Dockerfile.dev index 5e01f3f..666dd9e 100644 --- a/client/intelligent_collab/services/ui_controller/Dockerfile.dev +++ b/client/intelligent_collab/services/ui_controller/Dockerfile.dev @@ -1,5 +1,5 @@ # pull official base image -FROM node:16.2.0-alpine +FROM node:16.16.0-alpine # set working directory WORKDIR /app