From e4d48eedf94868cc4f0dd86d9422d166769df77e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 21 Oct 2022 02:01:39 +0000 Subject: [PATCH] fix: config/docker/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE316-LIBXML2-3050523 - https://snyk.io/vuln/SNYK-ALPINE316-LIBXML2-3050527 --- config/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/docker/Dockerfile b/config/docker/Dockerfile index 55e5d0a96a..e85944bd26 100644 --- a/config/docker/Dockerfile +++ b/config/docker/Dockerfile @@ -22,7 +22,7 @@ COPY typings/styled-patch.d.ts /build/typings/styled-patch.d.ts RUN npm run bundle:standalone -FROM nginx:alpine +FROM nginx:1.23.2-alpine ENV PAGE_TITLE="ReDoc" ENV PAGE_FAVICON="favicon.png"