From 1e78c5ff04ad9cf3b1a7d3a27cfb951daf3e1e3d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Oct 2025 18:26:51 +0000 Subject: [PATCH] fix: angular-16-crud-example-master/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-7908292 - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-7908293 - https://snyk.io/vuln/SNYK-ALPINE318-CURL-7569015 - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-6241039 - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-6446356 --- angular-16-crud-example-master/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angular-16-crud-example-master/Dockerfile b/angular-16-crud-example-master/Dockerfile index 877ce73..e70afad 100644 --- a/angular-16-crud-example-master/Dockerfile +++ b/angular-16-crud-example-master/Dockerfile @@ -5,7 +5,7 @@ # COPY . . # RUN ng build -FROM nginx:1.25.3-alpine +FROM nginx:1.29.2-alpine COPY /dist/angular-16-crud/ /usr/share/nginx/html EXPOSE 80 CMD ["nginx", "-g", "daemon off;"]