From 54b61a03098aacba1447a951aa4cb2045673561e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Aug 2021 19:42:14 +0000 Subject: [PATCH] fix: log-management-ui/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE311-OPENSSL-1075738 - https://snyk.io/vuln/SNYK-ALPINE311-OPENSSL-1089242 - https://snyk.io/vuln/SNYK-ALPINE311-OPENSSL-1089242 - https://snyk.io/vuln/SNYK-ALPINE311-OPENSSL-587980 - https://snyk.io/vuln/SNYK-ALPINE311-OPENSSL-587980 --- log-management-ui/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log-management-ui/Dockerfile b/log-management-ui/Dockerfile index a704891..f6c3394 100644 --- a/log-management-ui/Dockerfile +++ b/log-management-ui/Dockerfile @@ -1,5 +1,5 @@ #pull official base image -FROM node:13.12.0-alpine +FROM node:13.14-alpine # set working directory WORKDIR /app