From 1e86e65776e9f5fbd3bada2975106e2d929771cd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 13 Sep 2022 17:24:26 +0000 Subject: [PATCH] fix: Server/UI/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-3012384 - https://snyk.io/vuln/SNYK-DEBIAN11-LIBXSLT-2964230 - https://snyk.io/vuln/SNYK-DEBIAN11-PCRE2-2808697 - https://snyk.io/vuln/SNYK-DEBIAN11-PCRE2-2808704 - https://snyk.io/vuln/SNYK-DEBIAN11-ZLIB-2976151 --- Server/UI/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/UI/Dockerfile b/Server/UI/Dockerfile index 6f513c9..a8aaed5 100644 --- a/Server/UI/Dockerfile +++ b/Server/UI/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx +FROM nginx:1.23.1 EXPOSE 80