From f79ae178aa00ce815dd1c1a36f6207b79ea726cb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Dec 2023 18:12:48 +0000 Subject: [PATCH] fix: client/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 --- client/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Dockerfile b/client/Dockerfile index 6e8acef..b342153 100644 --- a/client/Dockerfile +++ b/client/Dockerfile @@ -1,2 +1,2 @@ -FROM nginx:alpine +FROM nginx:1.25.3-alpine3.18 COPY . /usr/share/nginx/html