From fe5e89c62b77ce238cb92891aa24effb35d7f96d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 31 Oct 2025 08:55:56 +0000 Subject: [PATCH] fix: project/c2-microservices-v1/udacity-c2-frontend/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE322-PCRE2-13637025 - https://snyk.io/vuln/SNYK-ALPINE322-LIBXML2-13505214 - https://snyk.io/vuln/SNYK-ALPINE322-LIBXML2-13505216 - https://snyk.io/vuln/SNYK-ALPINE322-LIBXML2-13505213 - https://snyk.io/vuln/SNYK-ALPINE322-LIBXML2-13505215 --- project/c2-microservices-v1/udacity-c2-frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/c2-microservices-v1/udacity-c2-frontend/Dockerfile b/project/c2-microservices-v1/udacity-c2-frontend/Dockerfile index a5684c2..4d03c26 100644 --- a/project/c2-microservices-v1/udacity-c2-frontend/Dockerfile +++ b/project/c2-microservices-v1/udacity-c2-frontend/Dockerfile @@ -12,6 +12,6 @@ COPY . . RUN ionic build ## Run -FROM nginx:1.29.0-alpine +FROM nginx:1.29.3-alpine #COPY www /usr/share/nginx/html COPY --from=ionic /usr/src/app/www /usr/share/nginx/html \ No newline at end of file