From ab1c992fe8456b7203fe86e7664b9167b475384e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Apr 2025 06:43:20 +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-ALPINE316-LIBWEBP-5902237 - https://snyk.io/vuln/SNYK-ALPINE316-NGHTTP2-6043732 - https://snyk.io/vuln/SNYK-ALPINE316-CURL-3320719 - https://snyk.io/vuln/SNYK-ALPINE316-CURL-5958908 - https://snyk.io/vuln/SNYK-ALPINE316-CURL-5958908 --- 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 49065e7f..5c796420 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.23.2-alpine +FROM nginx:1.27.5-alpine #COPY www /usr/share/nginx/html COPY --from=ionic /usr/src/app/www /usr/share/nginx/html \ No newline at end of file