From 436d992e2a71382faf59fa70307cbcfb7fef1c43 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Nov 2024 01:00:09 +0000 Subject: [PATCH] fix: microservice-source-code/release1/k8s-fleetman-webapp-angular/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE37-GD-343926 - https://snyk.io/vuln/SNYK-ALPINE37-BZIP2-452717 - https://snyk.io/vuln/SNYK-ALPINE37-GD-343543 - https://snyk.io/vuln/SNYK-ALPINE37-LIBXSLT-343627 - https://snyk.io/vuln/SNYK-ALPINE37-MUSL-458286 --- .../release1/k8s-fleetman-webapp-angular/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microservice-source-code/release1/k8s-fleetman-webapp-angular/Dockerfile b/microservice-source-code/release1/k8s-fleetman-webapp-angular/Dockerfile index 1d28b955..ba40eb34 100644 --- a/microservice-source-code/release1/k8s-fleetman-webapp-angular/Dockerfile +++ b/microservice-source-code/release1/k8s-fleetman-webapp-angular/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.14.0-alpine +FROM nginx:1.27.1-alpine MAINTAINER Richard Chesterwood "richard@inceptiontraining.co.uk"