From b37c912e96b436fd7025c8cfe93d35f043884c39 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 23 Dec 2023 06:51:55 +0000 Subject: [PATCH] fix: config/docker/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-CURL-6104720 - https://snyk.io/vuln/SNYK-ALPINE318-CURL-6104720 - https://snyk.io/vuln/SNYK-ALPINE318-CURL-6104721 - https://snyk.io/vuln/SNYK-ALPINE318-CURL-6104721 --- config/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/docker/Dockerfile b/config/docker/Dockerfile index fc7481f4c2..b98154cd9b 100644 --- a/config/docker/Dockerfile +++ b/config/docker/Dockerfile @@ -21,7 +21,7 @@ COPY typings/styled-patch.d.ts /build/typings/styled-patch.d.ts RUN npm run bundle:standalone -FROM nginx:alpine +FROM nginx:1.25.3-alpine3.18 ENV PAGE_TITLE="ReDoc" ENV PAGE_FAVICON="favicon.png"