From ca109611f9a4539d78106b3d1f4fa58566b199b8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 25 Apr 2025 06:51:37 +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..0a5d1c6a 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.28.0-alpine #COPY www /usr/share/nginx/html COPY --from=ionic /usr/src/app/www /usr/share/nginx/html \ No newline at end of file